Template Struct iterator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > >

Struct Documentation

template<typename IteratorType>
struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorType>::value>>

Public Types

using iterator_type = IteratorType
using char_type = typename std::iterator_traits<iterator_type>::value_type
using base_adapter_type = iterator_input_adapter<iterator_type>
using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>

Public Static Functions

static inline adapter_type create(IteratorType first, IteratorType last)