DanielaE / boost20.optional
An educational C++20 implementation of Boost.Optional that also is-a C++20 std::optional
☆10Updated 4 years ago
Alternatives and similar repositories for boost20.optional:
Users that are interested in boost20.optional are comparing it to the libraries listed below
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 9 months ago
- A never-valueless, strong guarantee implementation of std::variant☆67Updated last month
- C++11 compatible charconv☆29Updated this week
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆21Updated 4 years ago
- A C++14 and later CRTP template for defining iterators☆71Updated this week
- <charconv> from Microsoft STL, but multi-platform☆37Updated 2 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated this week
- Utilities for working with strings at compile time and passing strings as template parameters.☆22Updated 5 years ago
- WIP☆26Updated 5 years ago
- meta-programming, C++11☆16Updated 2 years ago
- std::ring_span (SG14, P0059R1)☆46Updated 8 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 3 years ago
- ☆26Updated 4 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- A simple to use, single header, tag_invoke utility for C++11.☆16Updated 2 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆21Updated 3 years ago
- An indirect value-type for C++☆82Updated last year
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated 9 months ago
- Coroutine support tools☆33Updated 5 months ago
- Container Traits for Modern C++☆28Updated 4 years ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 4 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- A no-dependencies C++ extensible type erasure library