cmoon::copy_cvref


Defined in module <cmoon.type_traits>


template<class From, class To>
struct copy_cvref;


(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;