This meta‐function should contain a typedef Type that specifies the default base type for the parameterized TYPE.

Synopsis

Declared in <bdlat_customizedtypefunctions.h>

template<class TYPE>
struct BaseType;

Type Aliases

Name

Description

Type

Default base type for the parameterized TYPE.

Specializations

Name

Description

BaseType<bdlar::CustomizedTypeConstRef>

Metafunction providing the base type of bdlar::CustomizedTypeConstRef.

BaseType<bdlar::CustomizedTypeRef>

Metafunction providing the base type of bdlar::CustomizedTypeRef.

Created with MrDocs