TartanLlama / optionalView external linksLinks
C++11/14/17 std::optional with functional-style extensions and reference support
☆922Jun 10, 2024Updated last year
Alternatives and similar repositories for optional
Users that are interested in optional are comparing it to the libraries listed below
Sorting:
- C++11/14/17 std::expected with functional-style extensions☆1,807Sep 1, 2025Updated 5 months ago
- Zero overhead utilities for preventing bugs at compile time☆1,627Oct 13, 2025Updated 4 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☆421Nov 28, 2025Updated 2 months ago
- A lightweight, non-owning reference to a callable.☆183Sep 22, 2021Updated 4 years ago
- A bunch of small C++ utilities☆71Dec 8, 2023Updated 2 years ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆770Feb 1, 2026Updated last week
- C++17 `std::variant` for C++11/14/17☆707Dec 7, 2022Updated 3 years ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆514Feb 6, 2026Updated last week
- Range library for C++14/17/20, basis for C++20's std::ranges☆4,353Mar 23, 2025Updated 10 months ago
- expected lite - C++23 expected objects for C++11 and later in a single-file header-only library☆538Dec 27, 2025Updated last month
- Range-based goodness for C++17☆363Feb 11, 2021Updated 5 years ago
- scanf for modern C++☆1,297Oct 29, 2025Updated 3 months ago
- ISO C++ Core Guidelines Library implementation for C++98, C++11 up☆969Updated this week
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,592May 29, 2025Updated 8 months ago
- Runtime polymorphism done right☆1,031May 27, 2021Updated 4 years ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,284Oct 14, 2024Updated last year
- C++17 & C++ 20 error-handling and utility extensions.☆631Dec 26, 2023Updated 2 years ago
- An additive strong typedef library for C++14/17/20☆478Jan 28, 2025Updated last year
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 6 months ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,522Jul 29, 2025Updated 6 months ago
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆676Dec 20, 2025Updated last month
- C++ parsing DSL☆1,224Oct 18, 2025Updated 3 months ago
- C++11 (and onwards) library for lazy evaluation☆365Feb 4, 2026Updated last week
- Implementation of strong types in C++☆821Sep 29, 2022Updated 3 years ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆853Sep 12, 2023Updated 2 years ago
- Compile Time Regular Expression in C++☆3,757Sep 12, 2025Updated 5 months ago
- Implementation of C++20's std::span for older compilers☆374Feb 14, 2023Updated 2 years ago
- A polymorphic value-type for C++☆227Sep 22, 2023Updated 2 years ago
- Instant compile time C++ 11 metaprogramming library☆573Sep 7, 2022Updated 3 years ago
- This is an experimental library that has evolved to P2688☆683Nov 27, 2024Updated last year
- A library of C++ coroutine abstractions for the coroutines TS☆3,814Jan 9, 2024Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,013Jan 8, 2026Updated last month
- Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!☆2,026Dec 17, 2025Updated last month
- Love template metaprogramming☆330Apr 10, 2022Updated 3 years ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,464Updated this week
- Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate …☆5,956Updated this 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.☆252Nov 28, 2025Updated 2 months ago
- Lightweight Error Augmentation Framework☆337Updated this week
- C++20 μ(micro)/Unit Testing framework☆1,411Updated this week