addNullValue overloads
Synopses
Declared in <baljsn_simpleformatter.h>
Print onto the stream supplied at construction the value corresponding to a null element, preceded, if necessary, by a comma. The behavior is undefined unless isNameNeeded() is false.
void
addNullValue();
Print onto the stream supplied at construction the value corresponding to a null element with the specified name, preceded, if necessary, by a comma. The behavior is undefined unless isNameNeeded() is true.
void
addNullValue(std::string_view const& name);
Created with MrDocs