multiset::front


template <class t, class less>
t multiset<t,less>::front()

This method returns the first element in the set.

Return

t

The first element in the set.

Notes

If the set is empty is_header_exception() is thrown.