scope-guard
There are 12 repositories under scope-guard topic.
ricab/scope_guard
A modern C++ scope guard that is easy to use but hard to misuse.
Neargye/scope_guard
Scope Guard & Defer C++
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.
bitwizeshift/Scope
A modern C++-RAII utility library, based on the C++20 proposal
Evian-Zhang/stated-scope-guard
A more flexible RAII pattern for stated resource management.
chocolateboy/Scope-Guard
Perform cleanup or other forms of resource management at the end of a scope
justusc/deferral
A header only library that implements the defer command in C++.
tuncb/pangea
modern design patterns for delphi
DarkerStar/libindi-scope
An implementation of the proposed (P0052) C++ <scope> header
mlshort/CNP_Protocol
Grad school, Computer Networks, multi-threaded client & server using custom network protocol. std::map used for persistent data store. scope-based locks used for synchronization.