35 #ifndef _BLAZE_UTIL_TYPETRAITS_DECAY_H_
36 #define _BLAZE_UTIL_TYPETRAITS_DECAY_H_
43 #include <type_traits>
71 template<
typename T >
77 typedef typename std::decay<T>::type Type;
97 template<
typename T >
typename Decay< T >::Type Decay_
Auxiliary alias declaration for the Decay type trait.The Decay_ alias declaration provides a convenie...
Definition: Decay.h:98
Applies the type conversions for by-value function arguments.This type trait applies the type convers...
Definition: Decay.h:72
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57