template <class t,class less> iterator multiset<t,less>::begin()
This method returns an iterator for the first element in the multiset.
iterator
An iterator pointing to the first element in the multiset.
If the multiset is empty an iterator holding the end item of the multiset is returned.