Closed Yxue-1906 closed 1 year ago
I need to send update to several handlers, it would be convenient if there is a method can deep copy objects.
There is no method for deep copy of the objects, but you can use object.release() and create a std::shared pointer from the returned pointer.
got it, thx for your advice!
I need to send update to several handlers, it would be convenient if there is a method can deep copy objects.