35 #ifndef _BLAZE_UTIL_MPL_MAX_H_
36 #define _BLAZE_UTIL_MPL_MAX_H_
72 struct Max :
public If< Less<T1,T2>, T2, T1 >
Compile time type selection.The If class template selects one of the two given types T2 and T3 depend...
Definition: If.h:112
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the If class template.
Compile time value evaluation.The Max class template selects the larger of the two given template arg...
Definition: Max.h:72
Header file for the Less class template.