[#bsl-basic_string-01d-append-03] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-01d.adoc[basic_string<char8_t>]::append :relfileprefix: ../../ :mrdocs: Append to this string the `bsl::string_view` object, obtained from the specified `suffix`, and return a reference providing modifiable access to this string. Throw `length_error` if the length of the resulting string exceeds `max_size()`. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_VIEW_LIKE_TYPE> xref:bsl/basic_string-0faf.adoc[basic_string<char8_t>]& append(STRING_VIEW_LIKE_TYPE const& suffix); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#