Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 17f39ce3bb.
PrevUpHomeNext
serializer::reset (7 of 7 overloads)

Reset the serializer for std::nullptr_t.

Synopsis
void
reset(
    std::nullptr_t) noexcept;
Description

This function prepares the serializer to emit a new serialized JSON representing null. Any internally allocated memory is preserved and re-used for the new output.


PrevUpHomeNext