wwa-scope-action 1.0.0
Scope guard utilities for managing exit actions in C++
|
▼Nwwa | |
▼Nutils | Library namespace |
Cexit_action | A scope guard that calls its exit function on destruction, when a scope is exited |
Cfail_action | A scope guard that calls its exit function when a scope is exited via an exception |
Csuccess_action | A scope guard that calls its exit function when a scope is exited normally |