bitwizeshift / ScopeLinks
A modern C++-RAII utility library, based on the C++20 proposal
☆11Updated 5 years ago
Alternatives and similar repositories for Scope
Users that are interested in Scope are comparing it to the libraries listed below
Sorting:
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 9 months ago
- A general property customisation mechanism☆16Updated 5 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Non-nullable pointers with 0-overhead and no hidden runtime cost.☆12Updated 4 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆49Updated 2 months ago
- C++20 compile-time reflection library.☆35Updated 8 months ago
- An implementation of the char8_t remediation approaches discussed in P1423 (https://wg21.link/p1423).☆25Updated 3 years ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 5 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 4 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- Header-only pure C++11 library providing signal and slot functionality☆17Updated 6 years ago
- C++ Dynamic loader generator for C APIs☆17Updated 6 years ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- A modern, header-only request router for C++☆23Updated 3 years ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆35Updated 8 months ago
- A compiler-friendly variadic type list for C++.☆36Updated 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
- Type traits for properties of C / C++ enum types