Template Class iterator_input_adapter

Class Documentation

template<typename IteratorType>
class iterator_input_adapter

Public Types

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

Public Functions

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