35 #ifndef _BLAZE_MATH_EXPRESSIONS_DECLARATION_H_ 36 #define _BLAZE_MATH_EXPRESSIONS_DECLARATION_H_ 69 template<
typename T >
71 :
private If_< IsComputation<T>
73 , If_< IsTransformation<T>
Base class for all declaration expression templates.The Declaration class serves as a tag for all dec...
Definition: Declaration.h:70
Header file for the Computation base class.
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the If class template.
typename If< T1, T2, T3 >::Type If_
Auxiliary alias declaration for the If class template.The If_ alias declaration provides a convenient...
Definition: If.h:154
Header file for the IsComputation type trait class.
Header file for the empty type.