35 #ifndef _BLAZE_MATH_TRAITS_ADDEXPRTRAIT_H_ 36 #define _BLAZE_MATH_TRAITS_ADDEXPRTRAIT_H_ 75 struct Failure {
using Type = INVALID_TYPE; };
81 struct Result {
using Type = decltype( std::declval<T1>() + std::declval<T2>() ); };
110 template<
typename T1
Evaluation of the return type of an addition expression.Via this type trait it is possible to evaluat...
Definition: AddExprTrait.h:70
Header file for the HasAdd type trait.
typename AddExprTrait< T1, T2 >::Type AddExprTrait_
Auxiliary alias declaration for the AddExprTrait class template.The AddExprTrait_ alias declaration p...
Definition: AddExprTrait.h:112
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
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
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.