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.
Synopsis
Declared in <bslstl_string.h>
basic_string<char8_t>&
append(
char8_t const* characterString,
size_type numChars);
Created with MrDocs