mrdocs::add_cv_from

Propagate both const and volatile qualifiers from From to To.

Synopsis

Declared in <mrdocs/Support/TypeTraits/TypeTraits.hpp>

template<
    typename From,
    typename To>
struct add_cv_from
    : add_const_from<From, add_volatile_from_t<From, To>>

Base Classes

NameDescription
add_const_from<From, add_volatile_from_t<From, To>>Propagate const qualification from From to To, keeping references.

Type Aliases

Name
type