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.

Home Page:https://gitlab.com/rmettler/cpp_delegates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rmettler/cpp_delegates Stargazers