INT_MAX_VALUE constant

int const INT_MAX_VALUE

A constant holding the maximum value an int can have, 231-1.

Implementation

static const int INT_MAX_VALUE = 2147483647;