makeSimple overloads

Synopses

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();

Set the value of this object to be a "Simple" value. Optionally specify the value of the "Simple".

int&
makeSimple(int value);

Created with MrDocs