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