thelink2012 / any
Implementation of std::any, including small object optimization, for C++11 compilers
☆147Updated 10 months ago
Alternatives and similar repositories for any:
Users that are interested in any are comparing it to the libraries listed below
- 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 last month
- 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 …☆139Updated this week
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆162Updated 3 weeks ago
- A polymorphic value-type for C++☆227Updated last year
- A lightweight, non-owning reference to a callable.☆173Updated 3 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆191Updated 3 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- A work in progress minimal C++ static reflection API and codegen tool.☆258Updated 3 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- Simple, flexible and modular assertion macro.☆225Updated 11 months ago
- A library for C++ reflection and introspection☆199Updated 7 years ago
- C++11/14 strings for direct use in template parameter lists, template metaprogramming.☆201Updated 3 years ago
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loophole☆171Updated 6 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- Variadic templates and std::integer_sequence support library☆111Updated last month
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆153Updated 2 weeks ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A highly efficient, move-aware operators library☆202Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- C++11 metaprogramming library☆255Updated last week
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Header-only library for multithreaded programming☆233Updated 2 months ago
- modern C++ type traits and metafunctions for callable types☆133Updated last week
- Love template metaprogramming☆329Updated 2 years ago
- Single-header program options parsing library for C++11☆134Updated 2 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated this week
- 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 this week
- Library for comfortable work with DLL and DSO☆110Updated last month
- A small C++ library to handle hashed strings serving as identifiers.☆186Updated 4 years ago
- A reference implementation for a modern C++ client interface☆92Updated 7 years ago