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