Return a reference providing non‐modifiable access to the bsl::vector<char> value of this object.
Synopsis
Declared in <ball_userfieldvalue.h>
bsl::vector<char> const&
theCharArray() const;
Description
The behavior is undefined unless type() == ball::UserFieldType::e_CHAR_ARRAY.
Return Value
non‐modifiable reference to the character array value
Created with MrDocs