simple overloads
Declared in <baljsn_encoder_testtypes.h>
Return a reference to the modifiable "Simple" selection of this object if "Simple" is the current selection. The behavior is undefined unless "Simple" is the selection of this object.
int&
simple();
» more...
Return a reference to the non-modifiable "Simple" selection of this object if "Simple" is the current selection. The behavior is undefined unless "Simple" is the selection of this object.
int const&
simple() const;
» more...