Go to the source code of this file.
◆ SWIFT_MISC_DECLARE_USING_MIXIN_STRING
#define SWIFT_MISC_DECLARE_USING_MIXIN_STRING |
( |
|
DERIVED | ) |
|
Value: using ::swift::misc::mixin::String<DERIVED>::toQString; \
using ::swift::misc::mixin::String<DERIVED>::toStdString; \
using ::swift::misc::mixin::String<DERIVED>::stringForStreaming;
When a derived class and a base class both inherit from mixin::String, the derived class uses this macro to disambiguate the inherited members.
Definition at line 110 of file mixinstring.h.