#include <json.hpp>
Public Types | |
using | char_type = typename std::iterator_traits< IteratorType >::value_type |
Public Member Functions | |
std::char_traits< char_type >::int_type | get_character () |
iterator_input_adapter (IteratorType first, IteratorType last) | |
Friends | |
template<typename BaseInputAdapter , size_t T> | |
struct | wide_string_input_helper |
using nlohmann::detail::iterator_input_adapter< IteratorType >::char_type = typename std::iterator_traits<IteratorType>::value_type |
nlohmann::detail::iterator_input_adapter< IteratorType >::iterator_input_adapter | ( | IteratorType | first, |
IteratorType | last | ||
) |
std::char_traits< char_type >::int_type nlohmann::detail::iterator_input_adapter< IteratorType >::get_character | ( | ) |
|
friend |