FlySmart Backend 1.0
Loading...
Searching...
No Matches
detail::wide_string_input_adapter< BaseInputAdapter, WideCharType > Class Template Reference

#include <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
template<class T>
std::size_t get_elements (T *, std::size_t=1)

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

◆ get_elements()

template<typename BaseInputAdapter, typename WideCharType>
template<class T>
std::size_t detail::wide_string_input_adapter< BaseInputAdapter, WideCharType >::get_elements ( T * ,
std::size_t = 1 )
inline

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