|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Matcher that matches a single channel.
The events to be matched must contain a channel field.
| DataTypes | data type set specifying channel_type |
Public Member Functions | |
| channel_matcher (arg::channel< typename DataTypes::channel_type > channel) | |
Construct with the given channel to match. | |
| template<typename Event> | |
| auto | operator() (Event const &event) const -> bool |
| Implements matcher requirement. | |