Antkeeper
0.0.1
|
#include <functional>
Go to the source code of this file.
Namespaces | |
event | |
Publish-subscribe messaging. | |
Typedefs | |
template<class T > | |
using | event::subscriber = std::function< void(const T &)> |
Subscriber function object type. More... | |