equal_range overloads
Synopses
Declared in <bdlc_flathashset.h>
Return the equal range for the specified key.
Return the equal range for elements equivalent to key.
template<class LOOKUP_KEY>
bsl::pair<const_iterator, const_iterator>
equal_range(LOOKUP_KEY const& key) const
requires BloombergLP::bslmf::IsTransparentPredicate<HASH, LOOKUP_KEY>::value
&& BloombergLP::bslmf::IsTransparentPredicate<EQUAL,LOOKUP_KEY>::value;
Return Value
pair of const iterators delimiting the equal range
Parameters
Name |
Description |
key |
key whose equal range is returned |
Created with MrDocs