Concept that models that a callable object is a matcher for the event types in EventTypeSubList
if it is invocable with each event type passed by const
reference and returns a bool
.
More...
#include <Matcher.hpp>
Concept that models that a callable object is a matcher for the event types in EventTypeSubList
if it is invocable with each event type passed by const
reference and returns a bool
.
Definition at line 29 of file Matcher.hpp.