TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ get()

template<std::size_t N, typename IteratorType , enable_if_t< N==0, int > = 0>
auto nlohmann::detail::get ( const nlohmann::detail::iteration_proxy_value< IteratorType > &  i) -> decltype(i.key())

Definition at line 4514 of file json.hpp.

4515{
4516 return i.key();
4517}
const string_type & key() const
return key of the iterator
Definition: json.hpp:4443