template <class t, class less> t multiset<t,less>::front()
This method returns the first element in the set.
t
The first element in the set.
If the set is empty is_header_exception() is thrown.