mrdocs::add_cv_from_t

Alias for add_cv_from<From, To>::type.

Synopsis

Declared in <mrdocs/Support/TypeTraits.hpp>

template<
    typename From,
    typename To>
using add_cv_from_t = add_cv_from<From, To>::type;

Template Parameters

Name Description

From

Source type providing cv qualifiers.

To

Destination type to adjust.

Created with MrDocs