Go to the source code of this file.
◆ SWIFT_MISC_DECLARE_USING_MIXIN_METATYPE
#define SWIFT_MISC_DECLARE_USING_MIXIN_METATYPE |
( |
|
DERIVED | ) |
|
Value: using ::swift::misc::mixin::MetaType<DERIVED>::registerMetadata; \
using ::swift::misc::mixin::MetaType<DERIVED>::getMetaTypeId; \
using ::swift::misc::mixin::MetaType<DERIVED>::getClassName; \
using ::swift::misc::mixin::MetaType<DERIVED>::isA;
When a derived class and a base class both inherit from mixin::MetaType, the derived class uses this macro to disambiguate the inherited members.
Definition at line 111 of file mixinmetatype.h.