Goby3  3.1.4
2024.02.22
detail::wide_string_input_adapter< BaseInputAdapter, WideCharType > Class Template Reference

#include <goby/util/thirdparty/nlohmann/json.hpp>

Public Types

using char_type = char
 

Public Member Functions

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

Detailed Description

template<typename BaseInputAdapter, typename WideCharType>
class detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >

Definition at line 6368 of file json.hpp.

Member Typedef Documentation

◆ char_type

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

Definition at line 6371 of file json.hpp.

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

Definition at line 6373 of file json.hpp.

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

Definition at line 6376 of file json.hpp.


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