maxDepth constant
int
const maxDepth
Maximum tree depth representable in ancestorIsLastMask (one bit per ancestor level, within a 64-bit int with headroom).
Implementation
static const int maxDepth = 63;