cmoon::copy_reference


Defined in module <cmoon.type_traits>


template<class From, class To>
struct copy_reference;


(1)

Copies the reference attribute from type From to type To.

Helper variable template




template<class From, class To>
using copy_reference_t = typename copy_reference<From, To>::type;