MAX_VALUE constant

int const MAX_VALUE

Maximum value for a signed byte (2^7 - 1)

Implementation

static const int MAX_VALUE = 127;