cmoon::copy_pointer


Defined in module <cmoon.type_traits>


template<class From, class To>
struct copy_pointer;


(1)

Copies the pointer attribute from type From to type To.

Helper variable template




template<class From, class To>
using copy_pointer_t = typename copy_pointer<From, To>::type;