maxSize

the maxSize defines the maximum the tree can be constructed with. It is parametrized on the size of size_t and changes dynamically with the architecture used.

enum maxSize = size_t(1) << baseSize / 2;

Meta