35 #ifndef _BLAZE_UTIL_TYPETRAITS_REMOVEALLEXTENTS_H_
36 #define _BLAZE_UTIL_TYPETRAITS_REMOVEALLEXTENTS_H_
43 #include <boost/type_traits/remove_all_extents.hpp>
69 template<
typename T >
75 typedef typename boost::remove_all_extents<T>::type Type;
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Removal of all array extents.The RemoveAllExtents type trait removes all array extents from the given...
Definition: RemoveAllExtents.h:70