TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ operator[]() [1/2]

template<class Key , class T , class IgnoredLess = std::less<Key>, class Allocator = std::allocator<std::pair<const Key, T>>>
T & nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >::operator[] ( const Key &  key)
inline

Definition at line 17615 of file json.hpp.

17616 {
17617 return emplace(key, T{}).first->second;
17618 }