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:72
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Bool_t<(T1::value > T2::value) > Greater_t
Compile time type comparison.The Greater_t alias template compares the two given types using the grea...
Definition: Greater.h:74
Header file for the IntegralConstant class template.
constexpr bool Greater_v
Auxiliary variable template for the Greater_t alias.The Greater_v variable template provides a conven...
Definition: Greater.h:93