35 #ifndef _BLAZE_UTIL_TYPETRAITS_COMMONTYPE_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_COMMONTYPE_H_ 43 #include <type_traits> 68 template<
typename... T >
74 using Type =
typename std::common_type<T...>::type;
94 template<
typename... T >
Deduction of a type common to several types.The CommonType type trait deduces the result type of a mi...
Definition: CommonType.h:69
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
typename CommonType< T... >::Type CommonType_t
Auxiliary alias declaration for the CommonType type trait.The CommonType_t alias declaration provides...
Definition: CommonType.h:95