How to increment shared_ptr in C++

前端 未结 0 1176
刺人心
刺人心 2020-12-06 01:28

I get shared_ptr from the function. Shared ptr points to a big array of bytes. I want to return this shared_ptr but point it to the 16th byte in this array. Example with raw

相关标签:
回答
  • 消灭零回复
提交回复
热议问题