You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: