Merges two strings or numbers into a single string.
Declared in <absl/strings/str_cat.h>
<absl/strings/str_cat.h>
[[nodiscard]] std::string StrCat( AlphaNum const& a, AlphaNum const& b);
The concatenation of the arguments.
The return value should not be discarded.