54 static std::string
toString(int64_t l);
static int64_t parseLong(const std::string &s)
Parse a string supposed to represent a int64_t value and returns this value.
static const int64_t MAX_VALUE
The maximum value for a int64_t.
static std::string toString(int64_t l)
Encode a int64_t value into its string representation.
A collection of static methods to perform conversions between strings and int64_t values...
static const int64_t MIN_VALUE
The minimum value for a int64_t.