Interfacing D with C++ functions that take reference values

solidstate1991 laszloszeremi at outlook.com
Wed Oct 3 23:05:10 UTC 2018


I need some C++ stuff, but some of the functions take reference 
values (Stuff&), and I don't know if this feature is emulated on 
D side with extern(C++) functions. While I don't have to worry 
about it with functions that are defined in the header, other 
ones and classes are a different matter.


More information about the Digitalmars-d-learn mailing list