cmoon::copy_cvref
Defined in module
<cmoon.type_traits>
|
(1) |
Copies the const, volatile, and reference type attributes from type From to type To.
Helper variable template
template<class From, class To>
using copy_cvref_t = typename copy_cvref<From, To>::type;