TartanLlama / optional
C++11/14/17 std::optional with functional-style extensions and reference support
☆860Updated 5 months ago
Related projects ⓘ
Alternatives and complementary repositories for optional
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆714Updated last week
- C++11/14/17 std::expected with functional-style extensions☆1,543Updated 10 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆545Updated 3 months ago
- C++17 `std::variant` for C++11/14/17☆669Updated last year
- Zero overhead utilities for preventing bugs at compile time☆1,542Updated 2 months ago
- Implementation of strong types in C++☆775Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆877Updated this week
- scanf for modern C++☆1,083Updated last week
- a header-only, constexpr alternative to gperf for C++14 users☆1,327Updated 2 months ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆830Updated last year
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆392Updated last week
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆498Updated 5 months ago
- Runtime polymorphism done right☆977Updated 3 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆463Updated 5 months ago
- A miniature library for struct-field reflection in C++☆500Updated last year
- C++20 μ(micro)/Unit Testing Framework☆1,262Updated last week
- Pipelines for expressive code on collections in C++☆803Updated 3 weeks ago
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆662Updated 2 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☆405Updated 5 months ago
- Implementation of C++20's std::span for older compilers☆335Updated last year
- gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later☆901Updated 2 weeks ago
- An additive strong typedef library for C++14/17/20☆418Updated last week
- 🦘 A dependency injection container for C++11, C++14 and later☆498Updated this week
- This is an experimental library that has evolved to P2688☆666Updated 5 years ago
- Fast, convenient JSON serialization and parsing in C++☆477Updated this week
- Your binary serialization library☆1,077Updated 3 months ago
- Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).☆1,088Updated 2 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,497Updated 3 months ago
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,335Updated this week
- A simple to use, composable, command line parser for C++ 11 and beyond☆484Updated last month