thelink2012 / any
Implementation of std::any, including small object optimization, for C++11 compilers
☆148Updated 11 months ago
Alternatives and similar repositories for any:
Users that are interested in any are comparing it to the libraries listed below
- 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 …☆138Updated 3 weeks ago
- 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☆238Updated 2 months ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- C++17 library facilities for older compilers☆145Updated 4 years ago
- A polymorphic value-type for C++☆227Updated last year
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆165Updated last week
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆192Updated 3 years ago
- std::bitset with constexpr implementations plus additional features.☆119Updated last year
- C++11 metaprogramming library☆256Updated 3 weeks ago
- Simple, flexible and modular assertion macro.☆226Updated 11 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆153Updated last month
- A work in progress minimal C++ static reflection API and codegen tool.☆258Updated 3 years ago
- Header-only library for multithreaded programming☆234Updated 2 weeks 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☆404Updated 3 weeks ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆139Updated 2 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆133Updated 4 years ago
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loophole☆172Updated 6 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆437Updated 2 weeks ago
- A modern C++ scope guard that is easy to use but hard to misuse.☆185Updated 2 years ago
- Header-only library providing unicode aware string support for C++☆107Updated 2 weeks ago
- Variadic templates and std::integer_sequence support library☆111Updated last month
- 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 3 weeks ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Love template metaprogramming☆329Updated 3 years ago
- Compile time mathematic functions for C++14☆189Updated 3 years ago
- The missing C++ tuple functionality☆84Updated 5 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- A reflective enum implementation for C++☆290Updated last year