extern (c++) std::function?

Etienne Cimon via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Aug 14 20:10:45 PDT 2014


I'm looking into making a binding for the C++ API called Botan, and the 
constructors in it take a std::function. I'm wondering if there's a D 
equivalent for this binding to work out, or if I have to make a C++ 
wrapper as well?


More information about the Digitalmars-d-learn mailing list