35 #ifndef _BLAZE_UTIL_TYPETRAITS_DECAY_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_DECAY_H_ 43 #include <type_traits> 71 template<
typename T >
77 using Type =
typename std::decay<T>::type;
97 template<
typename T >
typename Decay< T >::Type Decay_t
Auxiliary alias declaration for the Decay type trait.The Decay_t alias declaration provides a conveni...
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:58