Scope-guard Alternatives
Similar projects and alternatives to scope-guard based on common topics and language
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better scope-guard alternative or higher similarity.
scope-guard discussion
scope-guard reviews and mentions
Posts with mentions or reviews of scope-guard.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-19.
-
C++20 is great for wrapping C libraries
The unique_resource scope guard from the scope library generalizes well, for non-pointer type handles, example with gstreamer.
-
How to use scope_guard in the standard?
I'm trying to move scope guard to line up with the standard, and found an implementation here https://github.com/offa/scope-guard
Stats
Basic scope-guard repo stats
2
47
6.0
6 days ago
offa/scope-guard is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of scope-guard is C++.