Merges the given strings or numbers into a single string.

Synopsis

Declared in <absl/strings/str_cat.h>

[[nodiscard]]
std::string
StrCat();

Return Value

An empty string.

Note

The return value should not be discarded.

Created with MrDocs