absl::StrCat

Merges a single value into a string.

Synopsis

Declared in <absl/strings/str_cat.h>

[[nodiscard]]
std::string
StrCat(AlphaNum const& a);

Return Value

The string representation of a.

NOTE

The return value should not be discarded.

Parameters

NameDescription
aThe value to convert.