35 #ifndef _BLAZE_UTIL_MPL_GREATER_H_ 36 #define _BLAZE_UTIL_MPL_GREATER_H_ Generic wrapper for a compile time constant integral value.The IntegralConstant class template repres...
Definition: IntegralConstant.h:71
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Bool<(T1::value > T2::value) > Greater
Compile time type comparison.The Greater alias declaration compares the two given types using the gre...
Definition: Greater.h:74
constexpr bool Greater_v
Auxiliary variable template for the Greater alias.The Greater_v variable template provides a convenie...
Definition: Greater.h:93
Header file for the Bool class template.