makeCharArray overloads
Declared in <baljsn_encoder_testtypes.h>
Set this object to the "CharArray" selection.
bsl::vector<char>&
makeCharArray();
» more...
Same as the preceding overload, using the specified value.
bsl::vector<char>&
makeCharArray(bsl::vector<char> const& value);
» more...
Same as the preceding overload, using the specified value.
bsl::vector<char>&
makeCharArray(bsl::vector<char>&& value);
» more...
modifiable reference to the "CharArray" selection
| Name | Description |
|---|---|
| value | value for the selection |