Open
Description
Hi there!
I was wondering if it's currently possible to generate bindings to a scoped_refptr
reference-counted type, for example a webrtc MediaStream
. If this isn't currently possible, is there a recommended way to implement this such as mimicing cxx::SharedPtr
's impl?
Thank you for the great tool!