PeterSommerlad / PSsimplesafeintLinks
A C++20 implementation of safe (wrap around) integers following MISRA C++ rules
☆78Updated last year
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 last year
- Meta programming library designed for compilation speed.☆171Updated 3 years ago
- type-safe and low-boilerplate bit level serialization☆124Updated 3 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆128Updated 3 years ago
- value types for composite class design - with allocators☆57Updated this week
- C++ library aiming to replace all built-in integers☆96Updated 2 months ago
- Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects ag…☆93Updated last week
- Measures how parsing overweight the major STLs have become☆58Updated 4 years ago
- C++20 Compact Tuple Tools☆53Updated last week
- 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☆198Updated 2 years ago
- ranges features for c+23 ported to C++20☆78Updated 2 years ago
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- A class template that creates a new type that is distinct from the underlying type, but convertible to and from it☆114Updated last year
- An indirect value-type for C++☆83Updated last year
- Proposed SG14 status_code for the C++ standard☆68Updated 3 months ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆76Updated 4 months ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆90Updated 2 weeks ago
- Finite State Machine implementation using std::variant☆89Updated 5 years ago
- Rust 2018 and C++20, "constexpr everything", AUTOSAR compliant header-only library intended to support the development of critical system…☆102Updated 3 years ago
- Recursive Variant: A simple library for Recursive Variant Types☆87Updated 2 months ago
- ☆79Updated 4 months ago
- C++17 Utility classes for comparing multiple values in one simple expression☆205Updated last year
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- A lightweight, non-owning reference to a callable.☆175Updated 3 years ago
- SPY - C++ Information Broker☆156Updated last week
- CMake wrapper around the cppfront repository☆78Updated 9 months ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- A C++ type to trace calls to special member functions.☆103Updated last year
- A modern header-only zero-overhead library for creating smart references