find overloads
Synopses
Declared in <bslstl_hashtable.h>
Return the address of a node whose key matches key, or null.
bslalg::BidirectionalLink*
find(KeyType const& key) const;
Return the address of a node with a key equivalent to key, or null.
template<class LOOKUP_KEY>
bslalg::BidirectionalLink*
find(LOOKUP_KEY const& key) const
requires BloombergLP::bslmf::IsTransparentPredicate<HASHER, LOOKUP_KEY>::value
&& BloombergLP::bslmf::IsTransparentPredicate<COMPARATOR,LOOKUP_KEY>::value;
Return Value
address of a matching node, or null if none exists
Parameters
Name |
Description |
key |
key to search for |
Created with MrDocs