Merges a single value into a string.
Declared in <absl/strings/str_cat.h>
<absl/strings/str_cat.h>
[[nodiscard]] std::string StrCat(AlphaNum const& a);
The string representation of a.
a
The return value should not be discarded.