boostorg / mp11
C++11 metaprogramming library
☆255Updated last week
Alternatives and similar repositories for mp11:
Users that are interested in mp11 are comparing it to the libraries listed below
- A polymorphic value-type for C++☆227Updated last year
- C++17 Run-time Polymorphism (Type Erasure) library☆466Updated 9 months ago
- Lightweight Error Augmentation Framework☆318Updated last week
- Range-based goodness for C++17☆361Updated 4 years ago
- Love template metaprogramming☆329Updated 2 years ago
- Implementation of C++20's std::span for older compilers☆345Updated 2 years ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆446Updated last week
- Header-only library for multithreaded programming☆233Updated 2 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆560Updated 7 months ago
- Coroutines for C++20 & asio☆259Updated last week
- An implementation of C++ Extensions for Ranges☆223Updated 5 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 4 years ago
- A lightweight, non-owning reference to a callable.☆173Updated 3 years ago
- A highly efficient, move-aware operators library☆202Updated 2 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆162Updated 3 weeks ago
- An additive strong typedef library for C++14/17/20☆428Updated last month
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆743Updated last month
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆431Updated 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
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆191Updated 3 years ago
- Framework for Writing C++ Committee Papers☆132Updated 2 months ago
- Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).☆185Updated last week
- C++20 Meta-Programming library☆265Updated 2 months ago
- C++ library for storing and printing backtraces.☆457Updated last week
- A fast, simple tuple implementation that implements tuple as an aggregate