scope-exit
There are 5 repositories under scope-exit topic.
ricab/scope_guard
A modern C++ scope guard that is easy to use but hard to misuse.
offa/scope-guard
Implementation of Scoped Guards and Unique Resource as proposed in P0052.
SergiusTheBest/ScopeExit
C++11 scope guard library
boostorg/scope
Boost.Scope, a collection of scope guard utilities.
justusc/deferral
A header only library that implements the defer command in C++.