BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdld::Datum_MakeDependent< t_WANT_TO_BE_DEPENDENT, t_ALREADY_DEPENDENT > Struct Template Reference

#include <bdld_datum.h>

Public Types

typedef t_WANT_TO_BE_DEPENDENT type
 

Detailed Description

template<class t_WANT_TO_BE_DEPENDENT, class t_ALREADY_DEPENDENT>
struct bdld::Datum_MakeDependent< t_WANT_TO_BE_DEPENDENT, t_ALREADY_DEPENDENT >

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).

Member Typedef Documentation

◆ type

template<class t_WANT_TO_BE_DEPENDENT , class t_ALREADY_DEPENDENT >
typedef t_WANT_TO_BE_DEPENDENT bdld::Datum_MakeDependent< t_WANT_TO_BE_DEPENDENT, t_ALREADY_DEPENDENT >::type

The documentation for this struct was generated from the following file: