35 #ifndef _BLAZE_UTIL_TYPETRAITS_ADDCONST_H_
36 #define _BLAZE_UTIL_TYPETRAITS_ADDCONST_H_
43 #include <boost/type_traits/add_const.hpp>
68 template<
typename T >
74 typedef typename boost::add_const<T>::type Type;
Addition of a top level 'const' qualifier.The AddConst type trait adds a top level 'const' qualifier ...
Definition: AddConst.h:69
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57