output adapter for byte vectors More...
#include <json.h>
output adapter for byte vectors
Public Member Functions | |
output_vector_adapter (std::vector< CharType > &vec) noexcept | |
void | write_character (CharType c) override |
JSON_HEDLEY_NON_NULL (2) void write_characters(const CharType *s | |
Public Member Functions inherited from nlohmann::detail::output_adapter_protocol< CharType > | |
virtual void | write_characters (const CharType *s, std::size_t length)=0 |
virtual | ~output_adapter_protocol ()=default |
Public Attributes | |
std::size_t length | override |
|
inlineexplicitnoexcept |
nlohmann::detail::output_vector_adapter< CharType >::JSON_HEDLEY_NON_NULL | ( | 2 | ) | const |
|
inlineoverridevirtual |
Implements nlohmann::detail::output_adapter_protocol< CharType >.
Definition at line 12652 of file json.h.
References nlohmann::detail::dtoa_impl::v.
std::size_t length nlohmann::detail::output_vector_adapter< CharType >::override |
|
private |