[#absl-StrAppend-07] = xref:absl.adoc[absl]::StrAppend :relfileprefix: ../ :mrdocs: Appends nothing to the destination string. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void StrAppend(std::string* dest); ---- == Parameters [cols="1,4"] |=== | Name| Description | *dest* | The destination string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#