libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
Classes | |
struct | bit_position |
Compute the bit position of the set bit, starting at the compile-time constant, input number. More... | |
struct | bit_position< 0ULL > |
struct | count_setbits |
Count the number of set bits in the compile-time constant, input number. More... | |
struct | count_setbits< 0u > |
struct | fibonacci |
struct | fibonacci< 0ull > |
struct | fibonacci< 1ull > |
struct | lsb_bitmask |
Create a bitmask of a contiguous block of zeros, then ones, starting at the compile-time constant, input number. More... | |
struct | lsb_bitmask< 0u > |
class | sieve_of_eratosthenes |