mpc
Haskell-like feature supports in C++
mpc::detail::copy_cvref< From, To > Struct Template Reference

Copies cv and reference qualifiers. More...

#include <type_traits.hpp>

Public Types

using type = typename copy_reference< From, typename copy_reference< To, typename copy_cv< std::remove_reference_t< From >, std::remove_reference_t< To > >::type >::type >::type
 

Detailed Description

template<class From, class To>
struct mpc::detail::copy_cvref< From, To >

Copies cv and reference qualifiers.


The documentation for this struct was generated from the following file: