35 #ifndef _BLAZE_UTIL_MPL_MAX_H_
36 #define _BLAZE_UTIL_MPL_MAX_H_
72 struct Max :
public If_< Less<T1,T2>, T2, T1 >
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.
typename If< T1, T2, T3 >::Type If_
Auxiliary alias declaration for the If class template.The If_ alias declaration provides a convenient...
Definition: If.h:160