CallbackHelper

Tool to generate std::function like callback APIs without the huge memory footprint of std::function

Author
luni64
Website
https://github.com/luni64/CallbackHelper
Category
Timing
License
MIT
Library Type
Contributed
Architectures
Any

CallbackHelper is a tool to generate callbacks from various inputs. E.g., from pointers to free functions, from pointers to static member functions, from lambdas (capturing as well as non-capturing) and from functors. CallbackHelper allows library writers to implement std::function like callback APIs without the memory overhead of std::functions.

Downloads

Filename Release Date File Size
CallbackHelper-0.1.3.zip 8.67 KiB
CallbackHelper-0.1.2.zip 2022-09-06 8.81 KiB
CallbackHelper-0.1.1.zip 2022-09-04 6.44 KiB
CallbackHelper-0.1.0.zip 2022-09-04 6.44 KiB