35 #ifndef _BLAZE_UTIL_MPL_EQUAL_H_
36 #define _BLAZE_UTIL_MPL_EQUAL_H_
73 struct Equal :
public Bool< ( T1::value == T2::value ) >
Compile time type comparison.The Equal class template compares the two given types using the equality...
Definition: Equal.h:73
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Compile time integral constant wrapper for bool.The Bool class template represents an integral wrappe...
Definition: Bool.h:70
Header file for the Bool class template.