35 #ifndef _BLAZE_UTIL_TYPETRAITS_REMOVECONST_H_
36 #define _BLAZE_UTIL_TYPETRAITS_REMOVECONST_H_
43 #include <type_traits>
69 template<
typename T >
75 typedef typename std::remove_const<T>::type Type;
95 template<
typename T >
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
typename RemoveConst< T >::Type RemoveConst_
Auxiliary alias declaration for the RemoveConst type trait.The RemoveConst_ alias declaration provide...
Definition: RemoveConst.h:96