aimstil  5.0.5
til::type_if< B, TypeIfTrue, TypeIfFalse > Struct Template Reference

Template to choose between one type or the other depending on some condition. More...

#include <til/templateTools.h>

Inheritance diagram for til::type_if< B, TypeIfTrue, TypeIfFalse >:

Public Types

typedef TypeIfTrue type
 

Detailed Description

template<bool B, typename TypeIfTrue, typename TypeIfFalse>
struct til::type_if< B, TypeIfTrue, TypeIfFalse >

Template to choose between one type or the other depending on some condition.

Definition at line 61 of file templateTools.h.

Member Typedef Documentation

◆ type

template<bool B, typename TypeIfTrue, typename TypeIfFalse>
typedef TypeIfTrue til::type_if< B, TypeIfTrue, TypeIfFalse >::type

Definition at line 61 of file templateTools.h.


The documentation for this struct was generated from the following file: