Public Types

IF< Flag, Type1, Type2 > Struct Template Reference

IF template metaprogramming statement. More...

#include <tmeta.h>

List of all members.

Public Types

typedef Type1 result

Detailed Description

template<bool Flag, class Type1, class Type2>
struct IF< Flag, Type1, Type2 >

IF template metaprogramming statement.

If Flag is true then IF<>::result is of type Type1 otherwise of IF<>::result is of type Type2


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