BloombergLP::bdljsn::Json::makeBoolean

makeBoolean overloads

Synopses

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...

Return Value

a reference providing modifiable access to the held bool

Parameters

NameDescription
booleanboolean value to store