35 #ifndef _BLAZE_MATH_TRAITS_SUBEXPRTRAIT_H_ 36 #define _BLAZE_MATH_TRAITS_SUBEXPRTRAIT_H_ 75 struct Failure {
using Type = INVALID_TYPE; };
81 struct Result {
using Type = decltype( std::declval<T1>() - std::declval<T2>() ); };
110 template<
typename T1
Header file for the HasSub type trait.
typename SubExprTrait< T1, T2 >::Type SubExprTrait_
Auxiliary alias declaration for the SubExprTrait class template.The SubExprTrait_ alias declaration p...
Definition: SubExprTrait.h:112
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Header file for the If class template.
typename RemoveReference< T >::Type RemoveReference_
Auxiliary alias declaration for the RemoveReference type trait.The RemoveReference_ alias declaration...
Definition: RemoveReference.h:95
Evaluation of the return type of a subtraction expression.Via this type trait it is possible to evalu...
Definition: SubExprTrait.h:70
Utility type for generic codes.
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 RemoveReference type trait.