simple overloads

Synopses

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

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;

Created with MrDocs