Template Function emplace(KeyType&&, T&&)
Defined in File json.hpp
Function Documentation
-
template<class KeyType, detail::enable_if_t<detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value, int> = 0>
std::pair<iterator, bool> emplace(KeyType &&key, T &&t)