35 #ifndef _BLAZE_UTIL_MPL_MINIMUM_H_ 36 #define _BLAZE_UTIL_MPL_MINIMUM_H_ Header file for the Less class template.
typename If< Condition, T1, T2 >::Type If_t
Auxiliary alias declaration for the If class template.The If_t alias declaration provides a convenien...
Definition: If.h:109
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Header file for the If class template.
If_t< Less< T1, T2 >::value, T1, T2 > Minimum
Compile time value evaluation.The Minimum alias declaration selects the smaller of the two given temp...
Definition: Minimum.h:73