35#ifndef _BLAZE_UTIL_MPL_NAND_H_
36#define _BLAZE_UTIL_MPL_NAND_H_
78 ,
Bools< T1::value, T2::value, (Ts::value)...,
true > >::value >;
Header file for the Bools class template.
Header file for the IntegralConstant class template.
Header file for the IsSame and IsStrictlySame type traits.
constexpr bool Nand_v
Auxiliary variable template for the Nand_t alias.
Definition: Nand.h:98
Auxiliary tool for unwrapping a pack of variadic boolean values.
Definition: Bools.h:56
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74
Type relationship analysis.
Definition: IsSame.h:141