Select a type based if the conditional is true or false. More...
Public Types | |
typedef F | type |
Type for false condition. | |
Select a type based if the conditional is true or false.
The first parameter is a conditional boolean. This will be evaluated as true or false. The second parameter is the type used if the condition is true and the third parameter is the type used if the condition is false.
B | Condition to test for true . |
T | Type of the result if condition is true . |
F | Type of the result if condition is false . |
F Burger::conditional< B, T, F >::type |
Type for false condition.