Returns the range of elements matching the given key.
Declared in <absl/container/linked_hash_set.h>
template<typename K = key_type>
std::pair<const_iterator, const_iterator>
equal_range(key_arg<K> const& key) const;
A pair of const iterators bounding the matching range.
| Name | Description |
|---|---|
| key | The key to search for. |