multiset::end


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

This method returns an iterator for the end of the multiset.

Return

iterator

An iterator pointing to the end of the multiset (the end item).

Notes

Each multiset has an end item which acts as the past end of multiset value.