35 #ifndef _BLAZE_UTIL_TYPETRAITS_REMOVEREFERENCE_H_
36 #define _BLAZE_UTIL_TYPETRAITS_REMOVEREFERENCE_H_
43 #include <boost/type_traits/remove_reference.hpp>
68 template<
typename T >
74 typedef typename boost::remove_reference<T>::type Type;
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Removal of reference modifiers.The RemoveCV type trait removes any reference modifiers from the given...
Definition: RemoveReference.h:69