makeSimple overloads
Declared in <baljsn_encoder_testtypes.h>
Set the value of this object to be a "Simple" value. Optionally specify the 'value' of the "Simple". If 'value' is not specified, the default "Simple" value is used.
int&
makeSimple();
» more...
Set the value of this object to be a "Simple" value. Optionally specify the value of the "Simple".
int&
makeSimple(int value);
» more...