blaze::SelectType< Select, T1, T2 > Struct Template Reference

Compile time type selection.The SelectType class template selects one of the two given types T1 and T2 depending on the Select template argument. In case the Select compile time constant expression evaluates to true, the member type definition Type is set to T1. In case Select evaluates to false, Type is set to T2. More...

#include <SelectType.h>

Detailed Description

template<bool Select, typename T1, typename T2>
struct blaze::SelectType< Select, T1, T2 >

Compile time type selection.

The SelectType class template selects one of the two given types T1 and T2 depending on the Select template argument. In case the Select compile time constant expression evaluates to true, the member type definition Type is set to T1. In case Select evaluates to false, Type is set to T2.


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