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