35 #ifndef _BLAZE_MATH_TRAITS_DIVEXPRTRAIT_H_ 36 #define _BLAZE_MATH_TRAITS_DIVEXPRTRAIT_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 resulting expression type of a division.Via this type trait it is possible to evalu...
Definition: DivExprTrait.h:70
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
Header file for the HasDiv type trait.
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.
typename DivExprTrait< T1, T2 >::Type DivExprTrait_
Auxiliary alias declaration for the DivExprTrait class template.The DivExprTrait_ alias declaration p...
Definition: DivExprTrait.h:112