nlohmann::detail::wide_string_input_adapter< BaseInputAdapter, WideCharType > Class Template Reference

#include <json.hpp>

Public Types

using char_type = char
 

Public Member Functions

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

Member Typedef Documentation

◆ char_type

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

Constructor & Destructor Documentation

◆ wide_string_input_adapter()

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

Member Function Documentation

◆ get_character()

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

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