This meta-function should contain a typedef Type that specifies the default base type for the parameterized TYPE.
Declared in <bdlat_customizedtypefunctions.h>
template<class TYPE>
struct BaseType;
| Name | Description |
|---|---|
Type | Default base type for the parameterized TYPE. |
| Name | Description |
|---|---|
BaseType<bdlar::CustomizedTypeConstRef> | Metafunction providing the base type of bdlar::CustomizedTypeConstRef. |
BaseType<bdlar::CustomizedTypeRef> | Metafunction providing the base type of bdlar::CustomizedTypeRef. |