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 an old version of Boost. Click here to view this page for the latest version.
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