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

Copies the volatile qualifier. More...

#include <type_traits.hpp>

Public Types

using type = std::conditional_t< std::is_volatile_v< From >, std::add_volatile_t< To >, To >
 

Detailed Description

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

Copies the volatile qualifier.


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