35 #ifndef _BLAZE_UTIL_TYPETRAITS_REMOVEREFERENCE_H_
36 #define _BLAZE_UTIL_TYPETRAITS_REMOVEREFERENCE_H_
43 #include <type_traits>
68 template<
typename T >
74 typedef typename std::remove_reference<T>::type Type;
94 template<
typename T >
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
typename RemoveReference< T >::Type RemoveReference_
Auxiliary alias declaration for the RemoveReference type trait.The RemoveReference_ alias declaration...
Definition: RemoveReference.h:95
Removal of reference modifiers.The RemoveReference type trait removes any reference modifiers from th...
Definition: RemoveReference.h:69