hof
Function utility library
A C++ library providing modern utilities for functions and function objects to improve expressiveness and simplify constructs.
Higher-order functions for c++
507 stars
39 watching
94 forks
Language: C++
last commit: 6 days ago
Linked from 1 awesome list
c-plus-plusconstexprcpluspluscplusplus-11cplusplus-14cppcpp11cpp14functionalfunctional-programminglambdamodern
Related projects:
Repository | Description | Stars |
---|---|---|
boostorg/compute | A C++ library providing a thin wrapper over the OpenCL API for GPU computing. | 1,562 |
eteran/cpp-utilities | A collection of reusable C++ utility classes and functions for various tasks such as hashing and memory allocation. | 422 |
boostorg/multiprecision | A C++ library that provides high-range and precision number types with interoperability capabilities | 198 |
hapaxia/plinth | A comprehensive foundation library providing various helpful classes and functions. | 22 |
boostorg/pfr | Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,334 |
kazhuravlev/just | A collection of useful functions for common tasks in software development. | 32 |
dobiasd/functionalplus | A utility library providing concise and readable functions to simplify common programming tasks | 2,120 |
boostorg/program_options | A library that allows C++ developers to parse command line arguments and configuration files in a flexible and robust manner. | 110 |
happyfish100/libfastcommon | A set of utility functions and data structures used in distributed systems and network applications. | 898 |
boostorg/hana | A standard library for metaprogramming in C++ | 1,697 |
malamanteau/handycpp | A collection of utility functions to simplify C++17 development | 13 |
phisko/putils | A comprehensive C++ utility library providing various helper classes and functions for tasks like reflection, parsing, and networking. | 42 |
boostorg/log | A C++ library for logging in applications and libraries | 182 |
beark/ftl | A C++ template library for building functional programming concepts and expanding the standard library with additional concepts | 992 |
rigtorp/function | Implementation of an alternative function object type to std::function with reduced overhead for low-latency systems. | 55 |