35 #ifndef _BLAZE_UTIL_TYPETRAITS_ADDCONST_H_
36 #define _BLAZE_UTIL_TYPETRAITS_ADDCONST_H_
43 #include <type_traits>
68 template<
typename T >
74 typedef typename std::add_const<T>::type Type;
94 template<
typename T >
Addition of a top level 'const' qualifier.The AddConst type trait adds a top level 'const' qualifier ...
Definition: AddConst.h:69
typename AddConst< T >::Type AddConst_
Auxiliary alias declaration for the AddConst type trait.The AddConst_ alias declaration provides a co...
Definition: AddConst.h:95
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57