35 #ifndef _BLAZE_MATH_TRAITS_CROSSTRAIT_H_
36 #define _BLAZE_MATH_TRAITS_CROSSTRAIT_H_
108 template<
typename T1
114 using Type = INVALID_TYPE;
134 template<
typename T1,
typename T2 >
Header file for the IsVolatile type trait.
Base template for the CrossTrait class.
Definition: CrossTrait.h:110
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
typename CrossTrait< T1, T2 >::Type CrossTrait_
Auxiliary alias declaration for the CrossTrait class template.The CrossTrait_ alias declaration provi...
Definition: CrossTrait.h:135
Header file for the IsConst type trait.
Utility type for generic codes.