AUI Framework
master
Cross-platform base for C++ UI apps
|
Cleanup helper.
#include <AUI/Util/ACleanup.h>
Public Types# | |
using | Callback = std::function<void()> |
Static Public Member Functions# | |
static void | afterEntry (Callback callback) |
|
inlinestatic |
callback | callback that called after AUI_ENTRY but before native entry point exit. |