Luna::SelfIndexedUnorderedMultiMap::equal_range
Pair< iterator, iterator > equal_range(const key_type &key)
Gets one pair of iterators specifying one range of elements whose keys are equal to the specified key.
Parameters
-
in key
The key to test.
Return value
Returns the element range.