35 #ifndef _BLAZE_UTIL_DISABLEIF_H_
36 #define _BLAZE_UTIL_DISABLEIF_H_
94 template<
bool Condition
116 template<
typename T >
136 template<
bool Condition
201 template<
typename Condition
221 template<
typename Condition
Substitution Failure Is Not An Error (SFINAE) class.The DisableIfTrue class template is an auxiliary ...
Definition: DisableIf.h:96
typename DisableIf< Condition, T >::Type DisableIf_
Auxiliary type for the DisableIf class template.The DisableIf_ alias declaration provides a convenien...
Definition: DisableIf.h:223
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Substitution Failure Is Not An Error (SFINAE) class.The DisableIf class template is an auxiliary tool...
Definition: DisableIf.h:203
T Type
The instantiated type.
Definition: DisableIf.h:99
typename DisableIfTrue< Condition, T >::Type DisableIfTrue_
Auxiliary type for the DisableIfTrue class template.The DisableIfTrue_ alias declaration provides a c...
Definition: DisableIf.h:138