Append to this string the specified initial numChars characters from the specified characterString, and return a reference providing modifiable access to this string. The behavior is undefined unless characterString is at least numChars long.
Declared in <bslstl_string.h>
basic_string<char>&
append(
char const* characterString,
size_type numChars);