35 #ifndef _BLAZE_UTIL_MPL_MIN_H_ 36 #define _BLAZE_UTIL_MPL_MIN_H_ Header file for the Less_t alias template.
typename If< Condition, T1, T2 >::Type If_t
Auxiliary alias template for the If class template.The If_t alias template provides a convenient shor...
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_t< T1, T2 >::value, T1, T2 > Min_t
Compile time value evaluation.The Min_t alias template selects the smaller of the two given template ...
Definition: Min.h:73