charArray overloads
Declared in <baljsn_encoder_testtypes.h>
Return a modifiable reference to the "CharArray" selection.
bsl::vector<char>&
charArray();
» more...
Return a non-modifiable reference to the "CharArray" selection.
bsl::vector<char> const&
charArray() const;
» more...