Metafunction for use in templates to create a dependent type that is identical to the t_WANT_TO_BE_DEPENDENT type specified as first template argument using the t_ALREADY_DEPENDENT type of the user template (of this metafunction).

Synopsis

Declared in <bdld_datum.h>

template<
    class t_WANT_TO_BE_DEPENDENT,
    class t_ALREADY_DEPENDENT>
struct Datum_MakeDependent;

Type Aliases

Name

Description

type

This typedef is an alias for type.

Created with MrDocs