GPC  v1.0.0-2516
Gorman Print Control
nlohmann::detail::output_adapter_protocol< CharType > Struct Template Referenceabstract

abstract output adapter interface More...

Inheritance diagram for nlohmann::detail::output_adapter_protocol< CharType >:

Public Member Functions

virtual void write_character (CharType c)=0
 
virtual void write_characters (const CharType *s, std::size_t length)=0
 

Detailed Description

template<typename CharType>
struct nlohmann::detail::output_adapter_protocol< CharType >

abstract output adapter interface