martinmoene / variant-lite
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
Alternatives and similar repositories for variant-lite:
Users that are interested in variant-lite are comparing it to the libraries listed below
- 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
- 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
- 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
- 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
- Lightweight Error Augmentation Framework☆322Updated 3 weeks ago
- A work in progress minimal C++ static reflection API and codegen tool.☆258Updated 3 years ago
- A reflective enum implementation for C++☆290Updated last year
- A modern C++ scope guard that is easy to use but hard to misuse.☆185Updated 2 years ago
- A lightweight, non-owning reference to a callable.☆173Updated 3 years ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated 11 months ago
- Small, header only signals and slots C++11 library.☆259Updated last year
- 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
- Header-only library for multithreaded programming☆234Updated 2 weeks ago
- A polymorphic value-type for C++☆227Updated last year
- High performance C++11 signals☆168Updated 5 years ago
- c++ LINQ -like library of higher-order functions for data manipulation☆195Updated 4 years ago
- 📣 Hey listen! A simple general-purpose event-listener system for C++17.☆132Updated 4 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
- A single header standard C++ serialization framework.☆193Updated 3 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).☆185Updated 3 weeks ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆455Updated 3 weeks ago
- A C++ library that implements the WhatWG URL specification☆58Updated last year
- A dynamically-resizable vector with fixed capacity and embedded storage☆170Updated 4 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.