charArray overloads
Synopses
Declared in <baljsn_encoder_testtypes.h>
Return a reference to the modifiable "CharArray" selection of this object if "CharArray" is the current selection. The behavior is undefined unless "CharArray" is the selection of this object.
Return a reference to the non‐modifiable "CharArray" selection of this object if "CharArray" is the current selection. The behavior is undefined unless "CharArray" is the selection of this object.
bsl::vector<char> const&
charArray() const;
Created with MrDocs