rutz::select_if< test, if_true, if_false > Struct Template Reference
Select between two types based on a compile-time constant boolean expression.
More...
#include <rutz/traits.h>
List of all members.
Public Types |
typedef if_true | result_t |
Detailed Description
template<bool test, class if_true, class if_false>
struct rutz::select_if< test, if_true, if_false >
Select between two types based on a compile-time constant boolean expression.
Definition at line 72 of file traits.h.
The documentation for this struct was generated from the following file: