thelink2012 / any
Implementation of std::any, including small object optimization, for C++11 compilers
☆147Updated 8 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 7 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 …☆136Updated 7 months ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆155Updated 2 weeks ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆189Updated 3 years ago
- A polymorphic value-type for C++☆228Updated last year
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆138Updated 2 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- A lightweight, non-owning reference to a callable.☆172Updated 3 years ago
- C++11 metaprogramming library☆248Updated this week
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆429Updated 7 months ago
- std::bitset with constexpr implementations plus additional features.☆118Updated last year
- Love template metaprogramming☆327Updated 2 years ago
- C++ static_enum☆86Updated 5 years ago
- C++17 library facilities for older compilers☆145Updated 4 years 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☆405Updated last week
- Variadic templates and std::integer_sequence support library☆110Updated this week
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆132Updated 4 years ago
- C++11/14 strings for direct use in template parameter lists, template metaprogramming.☆201Updated 3 years ago
- Simple, flexible and modular assertion macro.☆224Updated 8 months ago
- A work in progress minimal C++ static reflection API and codegen tool.☆257Updated 3 years ago
- CMake precompiled header support via custom PCH compiler extension☆104Updated 5 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆111Updated 6 years ago
- A collection of single-header C++11 libraries by Chobolabs☆133Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 5 years ago
- A library for C++ reflection and introspection☆199Updated 7 years ago
- A highly efficient, move-aware operators library☆199Updated 2 years ago
- Compile time mathematic functions for C++14☆188Updated 3 years ago
- Single-header program options parsing library for C++11☆134Updated 2 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆151Updated 2 months ago