PeterSommerlad / ArduinoCore-Cpp17Links
Infrastructure to port ArduinoCore to C++17 (no C) - an attempt
☆10Updated 5 years ago
Alternatives and similar repositories for ArduinoCore-Cpp17
Users that are interested in ArduinoCore-Cpp17 are comparing it to the libraries listed below
Sorting:
- 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
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- A saturating arithmetic cast.☆12Updated 6 years ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆22Updated 5 years ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆79Updated last year
- ☆32Updated 4 years ago
- Peter Sommerlad's Simple Strong Typing☆34Updated last year
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆11Updated 6 years ago
- homogeneous variadic function parameters☆17Updated 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 4 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- type-safe and low-boilerplate bit level serialization☆124Updated 3 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 5 years ago
- C++20 Coroutine-Based Synchronous Parser Combinator Library☆56Updated 3 years ago
- A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way.☆45Updated 2 years ago
- A never-valueless, strong guarantee implementation of std::variant☆71Updated last month
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last year
- Core abstractions for dealing with concurrency in C++☆67Updated last year
- Single Header Constexpr Circular Queue☆17Updated 5 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆76Updated 5 months ago
- A no-dependencies C++ extensible type erasure library☆44Updated 5 years ago
- Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.☆25Updated 11 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- An educational C++20 implementation of Boost.Optional that also is-a C++20 std::optional☆10Updated 4 years ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆42Updated last year
- Word Game Solver☆16Updated 2 years ago