Closed matt77hias closed 6 years ago
pimpl classes can be put on the stack (size of SharedPtr)
SharedPtr
Note that most cases still require two pointer jumps. For example: RenderingManager could not directly construct a SwapChain or Renderer.
RenderingManager
SwapChain
Renderer
pimpl classes can be put on the stack (size of
SharedPtr
)