35 #ifndef _BLAZE_UTIL_MPL_MIN_H_
36 #define _BLAZE_UTIL_MPL_MIN_H_
72 struct Min :
public If< Less<T1,T2>, T1, T2 >
Compile time type selection.The If class template selects one of the two given types T2 and T3 depend...
Definition: If.h:112
Header file for the If class template.
Header file for the Less class template.
Compile time value evaluation.The Min class template selects the smaller of the two given template ar...
Definition: Min.h:72