I wonder that the behavior of the method convert() is either copy the data from msgpack object in memory to my target data(onm) or directly access the msgpack object data using pointer or reference.
Because I want to manage memory and haven't seen a detailed discussion on the convert method in the wiki.
I wonder that the behavior of the method convert() is either copy the data from msgpack object in memory to my target data(onm) or directly access the msgpack object data using pointer or reference.
Because I want to manage memory and haven't seen a detailed discussion on the convert method in the wiki.