[#nlohmann-ordered_map-find-03e] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/ordered_map.adoc[ordered_map]::find :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<nlohmann/ordered_map.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class KeyType> requires detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value xref:nlohmann/ordered_map/iterator.adoc[iterator] find(KeyType&& key); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#