TerraForge3D  2.3.1
3D Terrain And Landscape Generator
nlohmann::detail::iterator_input_adapter< IteratorType > Class Template Reference

Public Types

using char_type = typename std::iterator_traits< IteratorType >::value_type
 

Public Member Functions

 iterator_input_adapter (IteratorType first, IteratorType last)
 
std::char_traits< char_type >::int_type get_character ()
 

Private Member Functions

bool empty () const
 

Private Attributes

IteratorType current
 
IteratorType end
 

Friends

template<typename BaseInputAdapter , size_t T>
struct wide_string_input_helper
 

Detailed Description

template<typename IteratorType>
class nlohmann::detail::iterator_input_adapter< IteratorType >

Definition at line 5487 of file json.hpp.


The documentation for this class was generated from the following file: