Swift C++ interoperability

Is there a way to achieve interoperability between Swift and C++? I.e. Is there a way I can access C++ class instances from Swift code?
NO, not yet as for now.

There were some discussions about Swift-C++ interoperability in forums.swift.org .

For example:
Interoperability between Swift and C++

In my opinion, the process is in the early stage and you may need to wait years for the released version of Swift including this feature.

Or you can contribute developing this feature, please read the article linked above.

Swift C++ interoperability
 
 
Q