maxPossible constant

int const maxPossible

Maximum possible value (2^7 - 1).

Implementation

static const int maxPossible = 0x7F;