Searched defs:iterator_input_adapter_factory (Results 1 – 2 of 2) sorted by relevance
6511 struct iterator_input_adapter_factory struct6513 using iterator_type = IteratorType;6514 using char_type = typename std::iterator_traits<iterator_type>::value_type;6515 using adapter_type = iterator_input_adapter<iterator_type>;6517 static adapter_type create(IteratorType first, IteratorType last) in create()6534 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct6536 using iterator_type = IteratorType;6537 using char_type = typename std::iterator_traits<iterator_type>::value_type;6538 using base_adapter_type = iterator_input_adapter<iterator_type>;6539 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;[all …]
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 …]