Synopses

Declared in <nlohmann/ordered_map.hpp>

iterator
find(key_type const& key);
const_iterator
find(key_type const& key) const;
template<class KeyType>
requires detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value
iterator
find(KeyType&& key);

Created with MrDocs