Replies: 1 comment
-
That's the essence of it, but we can deal with those more easily with the new |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi
When I use a facroy to get a smart pointer object how should I handle up and down casting of that smart pointer in Java?
Something like 'std::static_pointer_cast' in C++.
Do I need to create a converter function that would look like 'std::smart_ptr convert(std::smart_ptr)' or is there a better way?
Thanks
Dom
Beta Was this translation helpful? Give feedback.
All reactions