cmoon::copy_cv


Defined in module <cmoon.type_traits>


template<class From, class To>
struct copy_cv;


(1)

Copies the const and volatile type attributes from type From to type To.

Helper variable template




template<class From, class To>
using copy_cv_t = typename copy_cv<From, To>::type;