|  | atlas
    0.6
    | 
The class BaseSize computes (with its member 'value') the base size. More...
#include <bitset.h>
| Static Public Attributes | |
| static const size_t | value = (n + constants::posBits)/constants::longBits | 
The class BaseSize computes (with its member 'value') the base size.
Essentially we must divide n by longBits, but the fractional result must be rounded up to the next integer; this is achieved by adding constants::posBits=longBits-1 to n before performing the division. Code simplified by MvL.
| 
 | static | 
 1.8.11
 1.8.11