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.
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);
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);
Created with MrDocs