makeBoolean overloads
Declared in <bdljsn_json.h>
Replace this value with a default-constructed bool.
bool&
makeBoolean();
» more...
Replace this value with the specified boolean.
bool&
makeBoolean(bool boolean);
» more...
a reference providing modifiable access to the held bool
| Name | Description |
|---|---|
| boolean | boolean value to store |