|
libyuni
|
Choose statically between two types. More...
#include <if.h>
Public Types | |
| typedef IfTrue | ResultType |
| typedef IfTrue | Type |
| typedef Remove::All< IfTrue >::Type | RetTrue |
| typedef Remove::All< IfFalse >::Type | RetFalse |
Static Public Member Functions | |
| static RetTrue & | choose (RetTrue &tr, RetFalse &) |
| static const RetTrue & | choose (const RetTrue &tr, const RetFalse &) |
Choose statically between two types.
1.8.13