35 #ifndef _BLAZE_UTIL_MPL_NAND_H_ 36 #define _BLAZE_UTIL_MPL_NAND_H_ 77 Bool< !IsSame< Bools<
true, T1::value, T2::value, (Ts::value)... >
78 ,
Bools< T1::value, T2::value, (Ts::value)...,
true > >::value >;
constexpr bool Nand_v
Auxiliary variable template for the Nand alias.The Nand_v variable template provides a convenient sho...
Definition: Nand.h:98
Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:71
Header file for the IsSame and IsStrictlySame type traits.
Bool< !IsSame< Bools< true, T1::value, T2::value,(Ts::value)... >, Bools< T1::value, T2::value,(Ts::value)..., true > >::value > Nand
Compile time logical 'not and' evaluation.The Nand alias declaration performs at compile time a logic...
Definition: Nand.h:78
IntegralConstant< bool, C > Bool
Compile time integral constant wrapper for bool.The Bool class template represents an integral wrappe...
Definition: Bool.h:70
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Auxiliary tool for unwrapping a pack of variadic boolean values.The Bools class template represents a...
Definition: Bools.h:55
Header file for the Bools class template.
Header file for the Bool class template.