to_string
Fully qualified name: carb::math::to_string
Defined in carb/math/Int128.h
-
inline std::string carb::math::to_string(const int128_t &val)
Formats a signed 128-bit integer as a string.
- Parameters:
val – The 128-bit signed integer.
- Returns:
a std::string
with the decimal value of val
.