std_function
Function wrapper library
A C++ library providing a set of standard function wrappers around common programming tasks.
45 stars
3 watching
6 forks
Language: C++
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
naios/function2 | A C++ library providing improved, configurable function wrappers with support for move-only types and qualifiers. | 545 |
skarupke/reflection | A C++ library providing metadata inspection and manipulation capabilities at runtime. | 30 |
rigtorp/function | Implementation of an alternative function object type to std::function with reduced overhead for low-latency systems. | 55 |
pmed/fixed_size_function | Provides a C++ class to wrap fixed-size functions without dynamic memory allocation. | 68 |
darklang/tablecloth | A set of libraries providing standardized API functions across different functional programming languages | 513 |
erikmcclure/buntils | A collection of utility libraries and data structures for building efficient C++ applications | 36 |
kaisenamin/c_std | Reimplements C++ standard library functionality in C to provide a set of generic data structures and algorithms for C programs. | 1,157 |
imageworks/pystring | A set of C++ functions mimicking Python string class methods using std::string. | 954 |
apolukhin/magic_get | A C++14 library for basic reflection and std::tuple-like methods without boilerplate code or macros. | 207 |
svengeance/qpdfsharp | A C# wrapper around the QPdf library for PDF manipulation and operations. | 15 |
radex/swift_stdlib | An updated collection of Xcode-generated headers from the Swift standard library across multiple beta versions. | 16 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,323 |
kaidokert/fastdelegate | A C++11 implementation of a dynamic function pointer mechanism with improved performance and features compared to the original version. | 24 |
boostorg/hof | A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs. | 507 |
bytecodealliance/cap-std | A project providing a capability-based version of the Rust standard library for sandboxed and secure application development. | 660 |