|
fennec
|
select between two types based on a condition More...
Selects between TrueT and FalseT based on the boolean value b. The chosen type is stored in conditional::type.
| B | the value of the condition |
| TrueT | type to use when \(B == true\) |
| FalseT | type to use when \(B == false\) |