makeBoolean overloads

Synopses

Declared in <bdljsn_json.h>

Create an instance of type bool in this object and return a reference providing modifiable access to the created instance. Optionally specify boolean to initialize the bool created. This method first destroys the current value held by this object.

bool&
makeBoolean();

Set the value of this object to be a "Boolean" value. Optionally specify the value of the "Boolean".

bool&
makeBoolean(bool boolean);

Created with MrDocs