charArray overloads
Synopses
Declared in <baljsn_encoder_testtypes.h>
Return a reference to the modifiable "CharArray" attribute of this object.
Return a reference offering non‐modifiable access to the "CharArray" attribute of this object.
bsl::vector<char> const&
charArray() const;
Return Value
-
reference to the modifiable "CharArray" attribute of this object
-
reference offering non‐modifiable access to the "CharArray" attribute of this object
Created with MrDocs