AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
aui::fast_pimpl< T, storageSize, storageAlignment > Struct Template Reference

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

#include <AUI/Util/APimpl.h>

Detailed Description

template<typename T, std::size_t storageSize, std::size_t storageAlignment = 8>
struct aui::fast_pimpl< T, storageSize, storageAlignment >
Note
the following functions can be called only if T is a complete type:
  • ctor
  • dtor

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