serializer
serializer::done
serializer::~serializer
set_pointer_options
value
string
array
object
storage_ptr
Check if the serialization is complete.
bool done() const noexcept;
This function returns true when all of the characters in the serialized representation of the value have been read.
true
Constant.
No-throw guarantee.