MAX_VALUE constant

int const MAX_VALUE

Maximum value for a 32-bit signed integer

Implementation

static const int MAX_VALUE = 2147483647;