|
BDE 4.39.x Production Release
|
#include <bdld_datum.h>
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).
See bdld_datum
Public Types | |
| typedef t_WANT_TO_BE_DEPENDENT | type |
| typedef t_WANT_TO_BE_DEPENDENT bdld::Datum_MakeDependent< t_WANT_TO_BE_DEPENDENT, t_ALREADY_DEPENDENT >::type |