35 #ifndef _BLAZE_UTIL_TYPETRAITS_REMOVEPOINTER_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_REMOVEPOINTER_H_ 43 #include <type_traits> 68 template<
typename T >
74 using Type =
typename std::remove_pointer<T>::type;
94 template<
typename T >
Removal of pointer modifiers.The RemovePointer type trait removes any pointer modifiers from the give...
Definition: RemovePointer.h:69
typename RemovePointer< T >::Type RemovePointer_
Auxiliary alias declaration for the RemovePointer type trait.The RemovePointer_ alias declaration pro...
Definition: RemovePointer.h:95
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58