makeBoolean overloads
Synopses
Declared in <bdljsn_json.h>
Replace this value with a default‐constructed bool.
bool&
makeBoolean();
Replace this value with the specified boolean.
bool&
makeBoolean(bool boolean);
Return Value
a reference providing modifiable access to the held bool
Parameters
Name |
Description |
boolean |
boolean value to store |
Created with MrDocs