Dependent alias of T, useful for delaying instantiation.

Synopsis

Declared in <mrdocs/Support/TypeTraits.hpp>

template<
    typename T,
    typename U>
struct make_dependent;

Types

Name

Description

type

Make a type dependent on another template parameter.

Created with MrDocs