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

Name

Description

a

The value to convert.

Created with MrDocs