Boost C++ Libraries Home Libraries People FAQ More

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