35#ifndef _BLAZE_UTIL_ENABLEIF_H_
36#define _BLAZE_UTIL_ENABLEIF_H_
94template<
bool Condition
116template<
typename T >
136template<
bool Condition
154template<
bool Condition
173template<
bool Condition
typename EnableIf< Condition, T >::Type EnableIf_t
Auxiliary type for the EnableIf class template.
Definition: EnableIf.h:138
typename EnableIf<!Condition, T >::Type DisableIf_t
Auxiliary type for the EnableIf class template.
Definition: EnableIf.h:175
Substitution Failure Is Not An Error (SFINAE) class.
Definition: EnableIf.h:97
T Type
The instantiated type.
Definition: EnableIf.h:99