Replies: 1 comment 3 replies
-
Yes. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a library A which is designed to be extensible via templates. This library A also expose some of its core functionality to python using nanobind.
Now I am writing a library B which is based on A, and it uses some of the core functionalities in A. I am also exposing B to python using nanobind.
Is it possible to pass objects from libA module to libB module?
Beta Was this translation helpful? Give feedback.
All reactions