find overloads

Synopses

Declared in <bslstp_hashtable.h>

Return an iterator to the element with the specified key, or end.

template<class _KT>
iterator
find(_KT const& __key);

Return a const iterator to the element with the specified key, or end.

template<class _KT>
const_iterator
find(_KT const& __key) const;

Return Value

  • iterator to the matching element, or end

  • const iterator to the matching element, or end

Parameters

Name

Description

__key

key to search for

Created with MrDocs