BloombergLP::baljsn::EncoderTestChoiceWithAllCategories::makeCharArray

makeCharArray overloads

Synopses

Declared in <baljsn_encoder_testtypes.h>

Set the value of this object to be a "CharArray" value. Optionally specify the 'value' of the "CharArray". If 'value' is not specified, the default "CharArray" value is used.

bsl::vector<char>&
makeCharArray();
» more...

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

bsl::vector<char>&
makeCharArray(bsl::vector<char> const& value);
» more...

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

bsl::vector<char>&
makeCharArray(bsl::vector<char>&& value);
» more...