codon
codon copied to clipboard
how to integration c++ class
I want to integrate c++ class to codon more conveniently, I known it how to integrate a c style function to codon. for example ,I write a class by template flat_hash_map<K, V>, it there any way to bind it to codon like pybind? Or give me a hint on how to write a module to complete this work.
We do not yet support this. Will definitely consider this in the future!
Merging with #90