makeSequence overloads
Declared in <baljsn_encoder_testtypes.h>
Set the value of this object to be a "Sequence" value. Optionally specify the 'value' of the "Sequence". If 'value' is not specified, the default "Sequence" value is used.
EncoderTestChoiceWithAllCategoriesSequence&
makeSequence();
» more...
Same as the preceding overload, using the specified value.
EncoderTestChoiceWithAllCategoriesSequence&
makeSequence(EncoderTestChoiceWithAllCategoriesSequence const& value);
» more...
Set the value of this object to be a "Sequence" value. Optionally specify the value of the "Sequence".
EncoderTestChoiceWithAllCategoriesSequence&
makeSequence(EncoderTestChoiceWithAllCategoriesSequence&& value);
» more...