gitlab.com / 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/rmettler%2Fcpp_delegates
Stars: 3
Forks: 1
Open issues: 6
License: None
Language:
Dependencies parsed at: Pending
Created at: over 6 years ago
Updated at: about 2 years ago
Last synced at: about 2 years ago
Topics: C++, C++14, callback, delegate, function, function signature, interface, std::function