Searched defs:iterator_input_adapter_factory (Results 1 – 2 of 2) sorted by relevance
329 struct iterator_input_adapter_factory struct331 using iterator_type = IteratorType;332 using char_type = typename std::iterator_traits<iterator_type>::value_type;333 using adapter_type = iterator_input_adapter<iterator_type>;335 static adapter_type create(IteratorType first, IteratorType last) in create()352 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct354 using iterator_type = IteratorType;355 using char_type = typename std::iterator_traits<iterator_type>::value_type;356 using base_adapter_type = iterator_input_adapter<iterator_type>;357 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;[all …]
5050 struct iterator_input_adapter_factory struct5052 using iterator_type = IteratorType;5053 using char_type = typename std::iterator_traits<iterator_type>::value_type;5054 using adapter_type = iterator_input_adapter<iterator_type>;5056 static adapter_type create(IteratorType first, IteratorType last) in create()5073 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct5075 using iterator_type = IteratorType;5076 using char_type = typename std::iterator_traits<iterator_type>::value_type;5077 using base_adapter_type = iterator_input_adapter<iterator_type>;5078 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;[all …]