boost-ext / teLinks
C++17 Run-time Polymorphism (Type Erasure) library
☆477Updated 2 months ago
Alternatives and similar repositories for te
Users that are interested in te are comparing it to the libraries listed below
Sorting:
- An additive strong typedef library for C++14/17/20☆438Updated 4 months ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆466Updated 2 months ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆750Updated 2 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆565Updated 9 months ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆498Updated last year
- A library of C++ coroutine abstractions for the coroutines TS☆390Updated last month
- Lightweight Error Augmentation Framework☆328Updated this week
- C++11 metaprogramming library☆258Updated 3 weeks ago
- P1031 low level file i/o and filesystem library for the C++ standard☆947Updated last week
- Implementation of C++20's std::span for older compilers☆352Updated 2 years ago
- C++20 Meta-Programming library☆281Updated this week
- C++11/14/17 std::optional with functional-style extensions and reference support☆893Updated 11 months ago
- Coroutines for C++20 & asio☆284Updated last month
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines