Searched defs:iterator_input_adapter_factory (Results 1 – 1 of 1) sorted by relevance
6230 struct iterator_input_adapter_factory struct6232 using iterator_type = IteratorType;6233 using char_type = typename std::iterator_traits<iterator_type>::value_type;6234 using adapter_type = iterator_input_adapter<iterator_type>;6236 static adapter_type create(IteratorType first, IteratorType last) in create()6253 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct6255 using iterator_type = IteratorType;6256 using char_type = typename std::iterator_traits<iterator_type>::value_type;6257 using base_adapter_type = iterator_input_adapter<iterator_type>;6258 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;[all …]