[#absl-StrCat-09] = xref:absl.adoc[absl]::StrCat :relfileprefix: ../ :mrdocs: Merges the given strings or numbers into a single string. == Synopsis Declared in `<absl/strings/str_cat.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] std::string StrCat(); ---- == Return Value An empty string. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#