mrdocs::add_cvref_from_t

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

Synopsis

Declared in <mrdocs/Support/TypeTraits.hpp>
template<
    typename From,
    typename To>
using add_cvref_from_t = add_cvref_from<From, To>::type;

Template Parameters

Name Description
From Source type providing cv-ref qualifiers.
To Destination type to adjust.