AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Cleanup helper. More...
Cleanup helper.
Public Types | |
using | Callback = std::function< void()> |
Static Public Member Functions | |
static void | afterEntry (Callback callback) |
Friends | |
void | afterEntryCleanup () |
|
inlinestatic |
callback | callback that called after AUI_ENTRY but before native entry point exit. |
#include <AUI/Util/ACleanup.h>