Returns the range of elements matching the given key.

Synopsis

Declared in <absl/container/linked_hash_map.h>

template<class K = key_type>
std::pair<iterator, iterator>
equal_range(key_arg<K> const& key);

Return Value

A pair of iterators bounding the matching elements.

Parameters

Name

Description

key

The key to look up.

Created with MrDocs