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.
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
constexpr AddConst_t< T > & as_const(T &v) noexcept
Adding 'const' to the given lvalue.
Definition: AsConst.h:64