35 #ifndef _BLAZE_UTIL_VALUETRAITS_ISPOWEROF_H_ 36 #define _BLAZE_UTIL_VALUETRAITS_ISPOWEROF_H_ 79 template<
size_t B,
size_t N >
Header file for the FalseType type/value trait base class.
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:71
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the IntegralConstant class template.
Compile time check for a power relationship of integral values to a given base.This value trait tests...
Definition: IsPowerOf.h:80
Header file for the TrueType type/value trait base class.