maxPossible constant

int const maxPossible

Maximum possible value (2^17 - 1).

Implementation

static const int maxPossible = 0xFFFF;