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

Clones cv and reference qualifiers. More...

#include <type_traits.hpp>

Public Types

using type = typename copy_cvref< From, typename std::remove_cvref< To >::type >::type
 

Detailed Description

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

Clones cv and reference qualifiers.


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