TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ span_input_adapter() [2/2]

template<class IteratorType , typename std::enable_if< std::is_same< typename iterator_traits< IteratorType >::iterator_category, std::random_access_iterator_tag >::value, int >::type = 0>
nlohmann::detail::span_input_adapter::span_input_adapter ( IteratorType  first,
IteratorType  last 
)
inline

Definition at line 5838 of file json.hpp.

5839 : ia(input_adapter(first, last)) {}