[#BloombergLP-bdld-Datum_MakeDependent] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::Datum_MakeDependent :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_WANT_TO_BE_DEPENDENT, class t_ALREADY_DEPENDENT> struct Datum_MakeDependent; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/Datum_MakeDependent/type.adoc[`type`] | This `typedef` is an alias for `type`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#