35 #ifndef _BLAZE_UTIL_MPL_OR_H_ 36 #define _BLAZE_UTIL_MPL_OR_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.
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
Compile time logical 'or' evaluation.The Or alias declaration performs at compile time a logical 'or'...
Definition: Or.h:76
Header file for the Bools class template.
Header file for the Bool class template.