multiset::begin


template <class t,class less>
iterator multiset<t,less>::begin()

This method returns an iterator for the first element in the multiset.

Return

iterator

An iterator pointing to the first element in the multiset.

Notes

If the multiset is empty an iterator holding the end item of the multiset is returned.