Go to the source code of this file.
◆ SWIFT_MISC_DECLARE_USING_MIXIN_INDEX
#define SWIFT_MISC_DECLARE_USING_MIXIN_INDEX |
( |
|
DERIVED | ) |
|
Value: using ::swift::misc::mixin::Index<DERIVED>::apply; \
using ::swift::misc::mixin::Index<DERIVED>::setPropertyByIndex; \
using ::swift::misc::mixin::Index<DERIVED>::propertyByIndex; \
using ::swift::misc::mixin::Index<DERIVED>::comparePropertyByIndex; \
using ::swift::misc::mixin::Index<DERIVED>::equalsPropertyByIndex;
When a derived class and a base class both inherit from mixin::Index, the derived class uses this macro to disambiguate the inherited members.
Definition at line 151 of file mixinindex.h.