KTL
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
Result 

The documentation for this struct was generated from the following file: