Merges a single arithmetic value into a string.

Synopsis

Declared in <absl/strings/str_cat.h>

template<typename T>
[[nodiscard]]
std::string
StrCat(/* implementation-defined */ 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