Move‐insert value into this unordered multiset.

Synopsis

Description

Insert the specified value into this unordered multiset. If one or more keys equivalent to value already exist in this unordered multiset, this method is guaranteed to insert value in a position contiguous to one of those equivalent keys. Return an iterator referring to the newly inserted value_type object that is equivalent to value. This method requires that the (template parameter) type KEY be move‐insertable into this unordered multiset (see {Requirements on KEY}).

Return Value

iterator to the newly inserted element

Parameters

Name

Description

value

element to move‐insert

Created with MrDocs