WPILibC++ 2025.3.2
Loading...
Searching...
No Matches
detail::iterator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > > Struct Template Reference

#include <wpi/detail/input/input_adapters.h>

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>
 

Static Public Member Functions

static adapter_type create (IteratorType first, IteratorType last)
 

Member Typedef Documentation

◆ adapter_type

template<typename IteratorType >
using detail::iterator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > >::adapter_type = wide_string_input_adapter<base_adapter_type, char_type>

◆ base_adapter_type

template<typename IteratorType >
using detail::iterator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > >::base_adapter_type = iterator_input_adapter<iterator_type>

◆ char_type

template<typename IteratorType >
using detail::iterator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > >::char_type = typename std::iterator_traits<iterator_type>::value_type

◆ iterator_type

template<typename IteratorType >
using detail::iterator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > >::iterator_type = IteratorType

Member Function Documentation

◆ create()

template<typename IteratorType >
static adapter_type detail::iterator_input_adapter_factory< IteratorType, enable_if_t< is_iterator_of_multibyte< IteratorType >::value > >::create ( IteratorType first,
IteratorType last )
inlinestatic

The documentation for this struct was generated from the following file: