35 #ifndef _BLAZE_UTIL_TYPETRAITS_COMMONTYPE_H_
36 #define _BLAZE_UTIL_TYPETRAITS_COMMONTYPE_H_
43 #include <type_traits>
68 template<
typename... T >
74 typedef typename std::common_type<T...>::type 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:57
typename CommonType< T... >::Type CommonType_
Auxiliary alias declaration for the CommonType type trait.The CommonType_ alias declaration provides ...
Definition: CommonType.h:95