Gets the maximum value for a N‐bit signed integer.

Synopsis

Declared in <llvm/Support/MathExtras.h>

constexpr
int64_t
maxIntN(int64_t N);

Return Value

the maximum value for a N‐bit signed integer.

Created with MrDocs