Instrument Neutral Distributed Interface INDI  2.0.2
Public Types | Public Member Functions | Friends | List of all members
nlohmann::detail::iterator_input_adapter< IteratorType > Class Template Reference

#include <json.h>

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 ()
 

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 5858 of file json.h.

Member Typedef Documentation

◆ char_type

template<typename IteratorType >
using nlohmann::detail::iterator_input_adapter< IteratorType >::char_type = typename std::iterator_traits<IteratorType>::value_type

Definition at line 5861 of file json.h.

Constructor & Destructor Documentation

◆ iterator_input_adapter()

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

Definition at line 5863 of file json.h.

Member Function Documentation

◆ get_character()

template<typename IteratorType >
std::char_traits<char_type>::int_type nlohmann::detail::iterator_input_adapter< IteratorType >::get_character ( )
inline

Definition at line 5867 of file json.h.

Friends And Related Function Documentation

◆ wide_string_input_helper

template<typename IteratorType >
template<typename BaseInputAdapter , size_t T>
friend struct wide_string_input_helper
friend

Definition at line 5884 of file json.h.


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