util::ToString

Locale-independent version of std::to_string

Synopsis

Declared in <util/string.h>

template<typename T>
std::string
ToString(T const& t);

Return Value

The value formatted using the classic ("C") locale.

Parameters

NameDescription
tThe value to stringify.