Data Structures | |
struct | If< true, TCase, FCase > |
struct | If< false, TCase, FCase > |
struct | True |
A metaprogram true value. More... | |
struct | False |
A metaprogram false value. More... | |
struct | CTAssert< true > |
struct | PowerOf2 |
A compile-time loop to test if a number is a power of 2. More... | |
struct | PowerOf2< 2 > |
struct | PowerOf2< 0 > |
struct | HalfwayPowerOf2 |
A compile-time test to if a number is a power of 2 plus (itself divided by two). More... |