35#ifndef _BLAZE_UTIL_VALUETRAITS_ISPOWEROF_H_
36#define _BLAZE_UTIL_VALUETRAITS_ISPOWEROF_H_
77template<
size_t B,
size_t N >
240template<
size_t B,
size_t N >
Header file for the IntegralConstant class template.
BoolConstant< true > TrueType
Type traits base class.
Definition: IntegralConstant.h:132
BoolConstant< false > FalseType
Type/value traits base class.
Definition: IntegralConstant.h:121
constexpr bool IsPowerOf_v
Auxiliary variable template for the IsPowerOf value trait.
Definition: IsPowerOf.h:241
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Compile time check for a power relationship of integral values to a given base.
Definition: IsPowerOf.h:80