35 #ifndef _BLAZE_UTIL_TYPETRAITS_ADDCONST_H_ 36 #define _BLAZE_UTIL_TYPETRAITS_ADDCONST_H_ 43 #include <type_traits> 68 template<
typename T >
74 using Type =
typename std::add_const<T>::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
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
typename AddConst< T >::Type AddConst_t
Auxiliary alias declaration for the AddConst type trait.The AddConst_t alias declaration provides a c...
Definition: AddConst.h:95