nonstd-lite / span-liteLinks
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
☆509Updated last month
Alternatives and similar repositories for span-lite
Users that are interested in span-lite are comparing it to the libraries listed below
Sorting:
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆588Updated 4 months ago
- Implementation of C++20's std::span for older compilers☆370Updated 2 years ago
- expected lite - C++23 expected objects for C++11 and later in a single-file header-only library☆516Updated last week
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆761Updated 3 weeks ago
- An additive strong typedef library for C++14/17/20☆461Updated 10 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆492Updated 7 months ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆421Updated 2 months ago
- Range-based goodness for C++17☆364Updated 4 years ago
- A miniature library for struct-field reflection in C++☆622Updated 3 weeks ago
- Lightweight Error Augmentation Framework☆337Updated this week
- A reflective enum implementation for C++☆299Updated last year
- A polymorphic value-type for C++☆228Updated 2 years ago
- Fast, convenient JSON serialization and parsing in C++☆500Updated last week
- C++11 (and onwards) library for lazy evaluation☆362Updated 2 weeks ago
- C++17 `std::variant` for C++11/14/17