35 #ifndef _BLAZE_UTIL_MPL_NAND_H_ 36 #define _BLAZE_UTIL_MPL_NAND_H_ 77 :
public Bool< !IsSame< Bools< true, T1::value, T2::value, (Ts::value)... >
78 , Bools< T1::value, T2::value, (Ts::value)..., true > >::value >
Header file for the IsSame and IsStrictlySame type traits.
Compile time logical 'not and' evaluation.The And alias declaration performs at compile time a logica...
Definition: Nand.h:76
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Compile time integral constant wrapper for bool.The Bool class template represents an integral wrappe...
Definition: Bool.h:70
Header file for the Bools class template.
Header file for the Bool class template.