Arkanjo 0.1
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
detail::output_adapter< CharType, StringType > Class Template Reference

#include <json.hpp>

Public Member Functions

template<typename AllocatorType = std::allocator<CharType>>
 output_adapter (std::vector< CharType, AllocatorType > &vec)
 
 output_adapter (std::basic_ostream< CharType > &s)
 
 output_adapter (StringType &s)
 
 operator output_adapter_t< CharType > ()
 

Detailed Description

template<typename CharType, typename StringType = std::basic_string<CharType>>
class detail::output_adapter< CharType, StringType >

Definition at line 15812 of file json.hpp.

Constructor & Destructor Documentation

◆ output_adapter() [1/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
template<typename AllocatorType = std::allocator<CharType>>
detail::output_adapter< CharType, StringType >::output_adapter ( std::vector< CharType, AllocatorType > & vec)

Definition at line 15816 of file json.hpp.

◆ output_adapter() [2/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
detail::output_adapter< CharType, StringType >::output_adapter ( std::basic_ostream< CharType > & s)

Definition at line 15820 of file json.hpp.

◆ output_adapter() [3/3]

template<typename CharType , typename StringType = std::basic_string<CharType>>
detail::output_adapter< CharType, StringType >::output_adapter ( StringType & s)

Definition at line 15824 of file json.hpp.

Member Function Documentation

◆ operator output_adapter_t< CharType >()

template<typename CharType , typename StringType = std::basic_string<CharType>>
detail::output_adapter< CharType, StringType >::operator output_adapter_t< CharType > ( )

Definition at line 15827 of file json.hpp.


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