35 #ifndef _BLAZE_UTIL_TYPETRAITS_ADDPOINTER_H_
36 #define _BLAZE_UTIL_TYPETRAITS_ADDPOINTER_H_
43 #include <boost/type_traits/add_pointer.hpp>
68 template<
typename T >
74 typedef typename boost::add_pointer<T>::type Type;
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Addition of a top level pointer.The AddPointer type trait adds a top level pointer to the given type ...
Definition: AddPointer.h:69