Skip to content

aui::fast_pimpl#

Utility wrapper implementing the stack-allocated (fast) pimpl idiom.

Header:#include <AUI/Util/APimpl.h>
CMake:aui_link(my_target PUBLIC aui::core)

Detailed Description#

the following functions can be called only if T is a complete type:

  • ctor
  • dtor

See https://youtu.be/mkPTreWiglk?t=157 (Russian)