TartanLlama / optional
C++11/14/17 std::optional with functional-style extensions and reference support
☆876Updated 8 months ago
Alternatives and similar repositories for optional:
Users that are interested in optional are comparing it to the libraries listed below
- C++11/14/17 std::expected with functional-style extensions☆1,588Updated last month
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆741Updated 2 weeks ago
- C++17 `std::variant` for C++11/14/17☆686Updated 2 years ago
- Zero overhead utilities for preventing bugs at compile time☆1,559Updated 5 months ago
- Runtime polymorphism done right☆991Updated 3 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆559Updated 6 months ago
- Implementation of strong types in C++☆785Updated 2 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆464Updated 8 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆922Updated 2 weeks ago
- A miniature library for struct-field reflection in C++☆532Updated last month
- C++20 μ(micro)/Unit Testing Framework☆1,304Updated last week
- a header-only, constexpr alternative to gperf for C++14 users☆1,369Updated last month
- gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later