Is this the right way to implement pimpl wth unique_ptr and move-semantics in C++11

前端 未结 0 836
甜味超标
甜味超标 2021-02-15 04:53

I haven\'t yet seen a pimpl example that utilizes both unique_ptr and move-semantics.

I want to add a CHelper class to STL derived containers and use pimpl to hide what

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