Append the specified character‐array value to this object.
Synopsis
Declared in <ball_userfields.h>
void
appendCharArray(bsl::vector<char> const& value);
Description
Append the specified value to this object.
Parameters
Name |
Description |
value |
character array to append |
Created with MrDocs