max constant

U64 const max

The maximum 64-bit unsigned integer (represents 18446744073709551615).

Implementation

static const U64 max = U64(-1);