Antkeeper  0.0.1
Namespaces | Typedefs
subscriber.hpp File Reference
#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...