to_string#

Fully qualified name: carb::math::to_string

Defined in carb/math/Int128.h

inline std::string carb::math::to_string(const uint128_t &val)#

Formats an unsigned 128-bit integer as a string.

Parameters:

val – The 128-bit unsigned integer.

Returns:

a std::string with the decimal value of val.