PeterSommerlad / PSsimplesafeintLinks
A C++20 implementation of safe (wrap around) integers following MISRA C++ rules
☆79Updated last month
Alternatives and similar repositories for PSsimplesafeint
Users that are interested in PSsimplesafeint are comparing it to the libraries listed below
Sorting:
- Peter Sommerlad's Simple Strong Typing☆34Updated 2 years ago
- C++ library aiming to replace all built-in integers☆99Updated last month
- type-safe and low-boilerplate bit level serialization☆125Updated 4 years ago
- Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects ag…☆95Updated last week
- Bit containers, sequences, and views for everyone. 🕷️☆129Updated 3 years ago
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆115Updated last year
- Measures how parsing overweight the major STLs have become☆60Updated 5 years ago
- Finite State Machine implementation using std::variant☆90Updated 6 years ago
- ranges features for c+23 ported to C++20☆76Updated 2 years ago
- Meta programming library designed for compilation speed.☆172Updated last month
- Polymorphic memory resource for real-time applications.☆74Updated 2 years ago
- value types for composite class design - with allocators☆72Updated 3 weeks ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- constexpr C++17 library for simplifying higher order functions in application code☆202Updated 2 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 8 months ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆101Updated last month
- A universal type for non-type template parameters for C++20 or later.☆28Updated last year
- An indirect value-type for C++