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;