TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ iterator_input_adapter()

template<typename IteratorType >
nlohmann::detail::iterator_input_adapter< IteratorType >::iterator_input_adapter ( IteratorType  first,
IteratorType  last 
)
inline

Definition at line 5492 of file json.hpp.

5493 : current(std::move(first)), end(std::move(last))
5494 {}