thelink2012 / anyLinks
Implementation of std::any, including small object optimization, for C++11 compilers
☆149Updated last year
Alternatives and similar repositories for any
Users that are interested in any are comparing it to the libraries listed below
Sorting:
- 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☆239Updated 4 months ago
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆141Updated 2 months ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆194Updated 3 years ago
- std::bitset with constexpr implementations plus additional features.☆120Updated last year
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- Single-header program options parsing library for C++11☆134Updated 3 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆178Updated last week
- Variadic templates and std::integer_sequence support library☆111Updated 3 months ago
- A lightweight, non-owning reference to a callable.☆173Updated 3 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- C++17 library facilities for older compilers☆146Updated 4 years ago
- A work in progress minimal C++ static reflection API and codegen tool.