offa / scope-guard
Implementation of Scoped Guards and Unique Resource as proposed in P0052.
☆49Updated this week
Alternatives and similar repositories for scope-guard:
Users that are interested in scope-guard are comparing it to the libraries listed below
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated last month
- P0323 & P2505 std::expected simple implementation☆39Updated last month
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆77Updated last year
- high performance C++20 implementation of std::variant☆54Updated 2 months ago
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- Showcases how to use UTF-8 in C++ with the win32 api☆46Updated 10 months ago
- Proposed SG14 status_code for the C++ standard☆68Updated 4 months ago
- value types for composite class design - with allocators☆50Updated last week
- Boost.PFR without the boost namespaces☆71Updated last month
- Compile time counter that works with all major modern compilers☆55Updated last year
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆111Updated last year
- C++ library aiming to replace all built-in integers☆93Updated 2 months ago
- ranges features for c+23 ported to C++20☆77Updated 2 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆46Updated 2 months ago
- repr for Modern C++: Return printable string representation of a value☆85Updated 4 years ago
- C++20 compile time compressed string tables☆46Updated 2 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆123Updated 2 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- The ISO C++ Modules Ecosystem Technical Report (METeR)☆22Updated last year
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 weeks ago
- Helpers for preventing the static initialization order fiasco of global variables.☆44Updated 5 years ago
- A template for creating optional-like objects with no space overhead☆102Updated 3 years ago
- <charconv> from Microsoft STL, but multi-platform☆37Updated last month
- Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.☆89Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A C++14 reflection library☆71Updated last month
- A compiler-friendly variadic type list for C++.☆36Updated last year
- List-initialize containers with proper move semantics☆30Updated last month
- Recursive Variant: A simple library for Recursive Variant Types☆83Updated 3 years ago