mrdocs::add_cv_from_t

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

Synopsis

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