mask8 constant

int const mask8

A constant representing an 8-bit mask with all bits set to 1.

Implementation

static const mask8 = 0xFF;