template <class t,class less> void multiset<t,less>::insert(const t& Element)
This method inserts an element into the multiset.
const t& Element
A reference to the element to be inserted.
The element is inserted at the back of the key range.