35 #ifndef _BLAZE_UTIL_TYPETRAITS_REMOVEEXTENT_H_
36 #define _BLAZE_UTIL_TYPETRAITS_REMOVEEXTENT_H_
43 #include <boost/type_traits/remove_extent.hpp>
68 template<
typename T >
74 typedef typename boost::remove_extent<T>::type Type;
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Removal of the top level array extent.The RemoveExtent type trait removes the top level array extent ...
Definition: RemoveExtent.h:69