Search code examples
c++pimpl-idiomc++-loki

How to use Loki's Pimpl implementation?


Link to source code of Loki Pimpl header. I am not able to find any documentation on how to use the same, can any one explain how to use. And what does the following function in the header do.

  1. PimplOwner
  2. ImplOf
  3. PimplOf
  4. RimplOf

Solution

  • This page has most of the information you need