Replace this value with a default‐constructed bool.
Synopsis
Declared in <bdljsn_json.h>
bool&
makeBoolean();
Description
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.
Return Value
a reference providing modifiable access to the held bool
Created with MrDocs