Creating and Passing a std::shared_ptr<> to Initialize another class in Binding #897
Unanswered
WeihangGuo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Please read the documentation, all of this material is explained in great detail. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two classes:
I want to create a std::shared_ptr and use it to initialize an instance of B. How can I bind A and B?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions