KTL
Public Types
|
List of all members
ktl::detail::pow2< N > Struct Template Reference
#include <
builder.h
>
Public Types
enum
: size_t {
A
= N - 1 ,
B
= A | (A >> 1) ,
C
= B | (B >> 2) ,
D
= C | (C >> 4) ,
E
= D | (D >> 8) ,
F
= E | (E >> 16) ,
G
= F | (F >> 32) ,
Result
= G + 1
}
Member Enumeration Documentation
◆
anonymous enum
template<size_t N>
anonymous enum : size_t
Enumerator
A
B
C
D
E
F
G
Result
The documentation for this struct was generated from the following file:
include/ktl/utility/
builder.h
ktl
detail
pow2
Generated by
1.9.1