nlohmann::ordered_map::emplace

Synopses

Declared in <nlohmann/ordered_map.hpp>
std::pair<iterator, bool>
emplace(
    key_type const& key,
    T&& t);


» more...
template<class KeyType>
requires detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value
std::pair<iterator, bool>
emplace(
    KeyType&& key,
    T&& t);


» more...

Created with MrDocs