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
Name |
Description |
t |
The value to stringify. |
Created with MrDocs