Luna::UnorderedMultiMap::insert

iterator insert(node_type &&node)

Inserts one node to the map if the node is not empty.

Parameters

  • in node

    The node to insert. The node must be extracted from one unordered map of the same type using extract.

Return value

Returns one iterator to the inserted element. Returns end() if node is empty.