![]() |
Compile time value evaluation.The Minimum alias declaration selects the smaller of the two given template arguments T1 and T2. In order for Minimum to be able to determine the smaller type, both arguments are required to have a nested member value. The result of the minimum operation can be accessed via the nested member value, the resulting type is available via the nested type ValueType. More...
#include <Minimum.h>
Inherits If_< Less< T1, T2 >, T1, T2 >.
Compile time value evaluation.
The Minimum alias declaration selects the smaller of the two given template arguments T1 and T2. In order for Minimum to be able to determine the smaller type, both arguments are required to have a nested member value. The result of the minimum operation can be accessed via the nested member value, the resulting type is available via the nested type ValueType.