nlohmann::detail::output_adapter< CharType, StringType > Class Template Reference

#include <json.hpp>

Public Member Functions

 operator output_adapter_t< CharType > ()
 
 output_adapter (std::basic_ostream< CharType > &s)
 
 output_adapter (std::vector< CharType > &vec)
 
 output_adapter (StringType &s)
 

Constructor & Destructor Documentation

◆ output_adapter() [1/3]

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

◆ output_adapter() [2/3]

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

◆ output_adapter() [3/3]

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

Member Function Documentation

◆ operator output_adapter_t< CharType >()

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

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