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

Copies cv qualifiers. More...

#include <type_traits.hpp>

Public Types

using type = typename copy_const< From, typename copy_volatile< From, To >::type >::type
 

Detailed Description

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

Copies cv qualifiers.


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