output adapter for basic_string
More...
#include <output_adapters.hpp>
|
| output_string_adapter (StringType &s) noexcept |
|
void | write_character (CharType c) override |
|
void | write_characters (const CharType *s, std::size_t length) override |
|
| output_string_adapter (StringType &s) noexcept |
|
void | write_character (CharType c) override |
|
void | write_characters (const CharType *s, std::size_t length) override |
|
template<typename CharType, typename StringType = std::basic_string<CharType>>
class nlohmann::detail::output_string_adapter< CharType, StringType >
output adapter for basic_string
The documentation for this class was generated from the following file: