rmettler / cpp_delegates

Lightweight function wrappers able to store and invoke any callable target without the caller having to know the details of the callee. A more performant alternative to std::function, no undefined behavior and configurable behavior when called empty.
11Updated 3 months ago

Alternatives and similar repositories for cpp_delegates:

Users that are interested in cpp_delegates are comparing it to the libraries listed below