[#nlohmann-ordered_map-at-00] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/ordered_map.adoc[ordered_map]::at :relfileprefix: ../../ :mrdocs: == Synopses Declared in `<nlohmann/ordered_map.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T& xref:nlohmann/ordered_map/at-07.adoc[at](xref:nlohmann/ordered_map/key_type.adoc[key_type] const& key); ---- [.small]#xref:nlohmann/ordered_map/at-07.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- T const& xref:nlohmann/ordered_map/at-09.adoc[at](xref:nlohmann/ordered_map/key_type.adoc[key_type] const& key) const; ---- [.small]#xref:nlohmann/ordered_map/at-09.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class KeyType> requires detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value T& xref:nlohmann/ordered_map/at-0d7.adoc[at](KeyType&& key); ---- [.small]#xref:nlohmann/ordered_map/at-0d7.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class KeyType> requires detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value T const& xref:nlohmann/ordered_map/at-0db.adoc[at](KeyType&& key) const; ---- [.small]#xref:nlohmann/ordered_map/at-0db.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#