bitwizeshift / not_null
Non-nullable pointers with 0-overhead and no hidden runtime cost.
☆11Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for not_null
- Container Traits for Modern C++☆28Updated 4 years ago
- Provide {fmt} as a C++20 named module☆9Updated 3 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 5 months ago
- A fixed capacity dynamically sized string☆63Updated last week
- A library of type traits for introspecting C++ function types☆27Updated 5 years ago
- meta-programming, C++11☆16Updated 2 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆31Updated 10 months ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated 10 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 3 weeks ago
- Provides run-time tuple element access☆15Updated 3 years ago
- An indirect value-type for C++☆82Updated last year
- Proposed SG14 status_code for the C++ standard☆65Updated this week
- std::invoke/std::apply analogs for C++11/14☆40Updated last year
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆22Updated 3 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 5 months ago
- C++11 compatible charconv☆27Updated last week
- Similar to python's `repr`, for c++