MAX_VALUE constant

int const MAX_VALUE

Maximum value for a 64-bit signed integer

Implementation

static const int MAX_VALUE = 9223372036854775807;