Searched defs:iterator_input_adapter_factory (Results 1 – 3 of 3) sorted by relevance
342 struct iterator_input_adapter_factory struct344 using iterator_type = IteratorType;345 using char_type = typename std::iterator_traits<iterator_type>::value_type;346 using adapter_type = iterator_input_adapter<iterator_type>;348 static adapter_type create(IteratorType first, IteratorType last) in create()365 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct367 using iterator_type = IteratorType;368 using char_type = typename std::iterator_traits<iterator_type>::value_type;369 using base_adapter_type = iterator_input_adapter<iterator_type>;370 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;[all …]
6483 struct iterator_input_adapter_factory struct6485 using iterator_type = IteratorType;6486 using char_type = typename std::iterator_traits<iterator_type>::value_type;6487 using adapter_type = iterator_input_adapter<iterator_type>;6489 static adapter_type create(IteratorType first, IteratorType last) in create()6506 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct6508 using iterator_type = IteratorType;6509 using char_type = typename std::iterator_traits<iterator_type>::value_type;6510 using base_adapter_type = iterator_input_adapter<iterator_type>;6511 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;[all …]
5541 struct iterator_input_adapter_factory struct5543 using iterator_type = IteratorType;5544 using char_type = typename std::iterator_traits<iterator_type>::value_type;5545 using adapter_type = iterator_input_adapter<iterator_type>;5547 static adapter_type create(IteratorType first, IteratorType last) in create()5564 struct iterator_input_adapter_factory<IteratorType, enable_if_t<is_iterator_of_multibyte<IteratorTy… struct5566 using iterator_type = IteratorType;5567 using char_type = typename std::iterator_traits<iterator_type>::value_type;5568 using base_adapter_type = iterator_input_adapter<iterator_type>;5569 using adapter_type = wide_string_input_adapter<base_adapter_type, char_type>;[all …]