nonstd-lite / optional-liteLinks
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
☆422Updated last month
Alternatives and similar repositories for optional-lite
Users that are interested in optional-lite are comparing it to the libraries listed below
Sorting:
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆765Updated last week
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library.☆252Updated last month
- Implementation of C++20's std::span for older compilers☆372Updated 2 years ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆512Updated last month
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆592Updated 5 months ago
- expected lite - C++23 expected objects for C++11 and later in a single-file header-only library☆530Updated last week
- Lightweight Error Augmentation Framework☆337Updated this week
- A reflective enum implementation for C++☆299Updated last year
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆466Updated last month
- What a c++ standard Unicode library might look like.☆340Updated last year
- A polymorphic value-type for C++☆227Updated 2 years ago
- A header-only C++ library for task concurrency☆630Updated 2 years ago
- Love template metaprogramming☆332Updated 3 years ago
- A miniature library for struct-field reflection in C++☆633Updated 2 months ago
- Generic observable objects and reactive expressions for C++☆303Updated 3 years ago
- C++17 `std::variant` for C++11/14/17☆704Updated 3 years ago
- C++11 metaprogramming library☆279Updated 3 weeks ago
- Range-based goodness for C++17☆364Updated 4 years ago
- An additive strong typedef library for C++14/17/20☆471Updated 11 months ago
- Single-header program options parsing library for C++11☆135Updated 3 years ago
- A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)☆404Updated last month
- Header-only library for multithreaded programming☆239Updated 9 months ago
- 🦘 A dependency injection container for C++11, C++14 and later☆540Updated last week
- Pure C++17 Signals and Slots☆434Updated 3 years ago
- C++17 Run-time Polymorphism (Type Erasure) library