wwa-scope-action 1.0.0
Scope guard utilities for managing exit actions in C++
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nwwa
 NutilsLibrary namespace
 Cexit_actionA scope guard that calls its exit function on destruction, when a scope is exited
 Cfail_actionA scope guard that calls its exit function when a scope is exited via an exception
 Csuccess_actionA scope guard that calls its exit function when a scope is exited normally