Arkanjo 0.1
A tool for find code duplicated functions in codebases
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)
 

Detailed Description

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

Definition at line 6830 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 6833 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)

Definition at line 6835 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 ( )
noexcept

Definition at line 6838 of file json.hpp.

◆ 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 )

Definition at line 6857 of file json.hpp.


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