TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ input_adapter() [3/7]

template<typename IteratorType >
iterator_input_adapter_factory< IteratorType >::adapter_type nlohmann::detail::input_adapter ( IteratorType  first,
IteratorType  last 
)

Definition at line 5739 of file json.hpp.

5740{
5742 return factory_type::create(first, last);
5743}