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

前端 未结 0 1596
南方客
南方客 2021-02-15 04:36

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

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