WPILibC++ 2024.3.2
detail::wide_string_input_adapter< BaseInputAdapter, WideCharType > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/json/include/wpi/detail/input/input_adapters.h>

Public Types

using char_type = char
 

Public Member Functions

 wide_string_input_adapter (BaseInputAdapter base)
 
std::char_traits< char >::int_type get_character () noexcept
 

Member Typedef Documentation

◆ char_type

template<typename BaseInputAdapter , typename WideCharType >
using detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::char_type = char

Constructor & Destructor Documentation

◆ wide_string_input_adapter()

template<typename BaseInputAdapter , typename WideCharType >
detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::wide_string_input_adapter ( BaseInputAdapter  base)
inline

Member Function Documentation

◆ get_character()

template<typename BaseInputAdapter , typename WideCharType >
std::char_traits< char >::int_type detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::get_character ( )
inlinenoexcept

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