Template Struct output_adapter_protocol
Defined in File json.hpp
Inheritance Relationships
Derived Types
public nlohmann::detail::output_stream_adapter< CharType >(Template Class output_stream_adapter)public nlohmann::detail::output_string_adapter< CharType, StringType >(Template Class output_string_adapter)public nlohmann::detail::output_vector_adapter< CharType >(Template Class output_vector_adapter)
Struct Documentation
-
template<typename CharType>
struct output_adapter_protocol abstract output adapter interface
Subclassed by nlohmann::detail::output_stream_adapter< CharType >, nlohmann::detail::output_string_adapter< CharType, StringType >, nlohmann::detail::output_vector_adapter< CharType >