35 #ifndef _BLAZE_UTIL_ENABLEIF_H_ 36 #define _BLAZE_UTIL_ENABLEIF_H_ 94 template<
bool Condition
116 template<
typename T >
136 template<
bool Condition
201 template<
typename Condition
222 template<
typename Condition
T Type
The instantiated type.
Definition: EnableIf.h:99
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
typename EnableIfTrue< Condition, T >::Type EnableIfTrue_
Auxiliary type for the EnableIfTrue class template.The EnableIfTrue_ alias declaration provides a con...
Definition: EnableIf.h:138
Substitution Failure Is Not An Error (SFINAE) class.The EnableIf class template is an auxiliary tool ...
Definition: EnableIf.h:203
Substitution Failure Is Not An Error (SFINAE) class.The EnableIfTrue class template is an auxiliary t...
Definition: EnableIf.h:96
typename EnableIf< Condition, T >::Type EnableIf_
Auxiliary alias declaration for the EnableIf class template.The EnableIf_ alias declaration provides ...
Definition: EnableIf.h:224