Append to this string the specified suffix, and return a reference providing modifiable access to this string.

Synopsis

Declared in <bslstl_string.h>

basic_string<char>&
append(basic_string<char> const& suffix);

Created with MrDocs