35 #ifndef _BLAZE_UTIL_ASCONST_H_ 36 #define _BLAZE_UTIL_ASCONST_H_ 63 template<
typename T >
85 template<
typename T >
Header file for the AddConst type trait.
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:58
constexpr AddConst_< T > & as_const(T &v) noexcept
Adding 'const' to the given lvalue.
Definition: AsConst.h:64