cmoon::copy_reference
Defined in module
<cmoon.type_traits>
|
(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;