![]() |
Compile time type selection.The If alias declaration selects one of the two given types T2 and T3 depending on T1. In case T1::value evaluates to true, the member type definition Type is set to T2. In case T1::value evaluates to false, Type is set to T3. More...
#include <If.h>
Inherits blaze::IfTrue< T1::value, T2, T3 >.
Compile time type selection.
The If alias declaration selects one of the two given types T2 and T3 depending on T1. In case T1::value evaluates to true, the member type definition Type is set to T2. In case T1::value evaluates to false, Type is set to T3.