35 #ifndef _BLAZE_UTIL_MPL_NOR_H_ 36 #define _BLAZE_UTIL_MPL_NOR_H_ 77 :
public Bool< IsSame< Bools< false, T1::value, T2::value, (Ts::value)... >
78 , Bools< T1::value, T2::value, (Ts::value)..., false > >::value >
Header file for the IsSame and IsStrictlySame type traits.
Compile time logical 'not or' evaluation.The Nor alias declaration performs at compile time a logical...
Definition: Nor.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.