makeObject overloads
Synopses
Declared in <bdljsn_json.h>
Replace this value with a default‐constructed JsonObject.
JsonObject&
makeObject();
Replace this value with a JsonObject moved from object.
Replace this value with a JsonObject initialized from object.
JsonObject&
makeObject(JsonObject const& object);
Return Value
a reference providing modifiable access to the held JsonObject
Parameters
Name |
Description |
object |
value used to initialize the created object |
Created with MrDocs