sth / callable.hppLinks
C++ 11 type traits for callable objects like lambda functions or objects with operator().
☆40Updated 9 years ago
Alternatives and similar repositories for callable.hpp
Users that are interested in callable.hpp are comparing it to the libraries listed below
Sorting:
- Implementation of std::any, including small object optimization, for C++11 compilers☆151Updated last year
- C++ signal and slot system☆161Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Updated 7 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆141Updated 4 years ago
- Modern C++ generic header-only template library.☆105Updated 6 months ago
- Allows you to write binary components in C++11 that can be used across different compilers and standard libraries☆214Updated 8 years ago
- Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.☆140Updated 3 years 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.☆252Updated 2 months ago
- Library for comfortable work with DLL and DSO☆113Updated 3 weeks ago
- Experimental config library for C++☆144Updated 3 years ago
- Bit flags for C++11 scoped enums☆122Updated 3 years ago
- Variadic templates and std::integer_sequence support library☆112Updated 11 months ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 8 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆102Updated 7 years ago
- The missing C++ tuple functionality☆85Updated 5 years ago
- A platform-independent promise library for C++, implementing asynchronous continuations.☆194Updated 7 years ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆143Updated 5 years 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☆166Updated 2 months 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 …☆119Updated 7 years ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Updated last year
- Non bloated asynchronous logger☆222Updated 2 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆184Updated last week
- A fast and flexible c++ template class for tree data structures☆115Updated 5 months ago
- Thread pool using std::* primitives from C++20, with optional priority queue/greenthreading for POSIX.☆85Updated 3 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- The C++ Pimpl Idiom Again!☆37Updated 7 years ago
- C++17 library facilities for older compilers☆145Updated 5 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆197Updated 4 years ago
- Stack allocated and type-erased functors 🐜☆54Updated 7 years ago
- Compile-time printf-like string formatting☆76Updated 7 years ago