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

Clones the const qualifier. More...

#include <type_traits.hpp>

Public Types

using type = typename copy_const< From, std::remove_const_t< To > >::type
 

Detailed Description

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

Clones the const qualifier.


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