Merges a single arithmetic value into a string.
Declared in <absl/strings/str_cat.h>
<absl/strings/str_cat.h>
template<typename T> [[nodiscard]] std::string StrCat(/* implementation-defined */ a);
The string representation of a.
a
The return value should not be discarded.