35 #ifndef _BLAZE_UTIL_TYPETRAITS_REMOVECONST_H_
36 #define _BLAZE_UTIL_TYPETRAITS_REMOVECONST_H_
43 #include <boost/type_traits/remove_const.hpp>
69 template<
typename T >
75 typedef typename boost::remove_const<T>::type Type;
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
Removal of const-qualifiers.The RemoveConst type trait removes all top level 'const' qualifiers from ...
Definition: RemoveConst.h:70