Struct Chain::FilterInfo

Nested Relationships

This struct is a nested type of Template Class Chain.

Struct Documentation

struct FilterInfo

Public Members

std::function<void(const EventType&)> add_func
std::shared_ptr<void> filter
std::shared_ptr<PassThrough<M>> passthrough