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 char_traits<char_type>::int_type get_character()
template<class T>
inline std::size_t get_elements(T *dest, std::size_t count = 1)