libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
tcspc::channel_matcher< DataTypes > Class Template Reference

Description

template<typename DataTypes = default_data_types>
class tcspc::channel_matcher< DataTypes >

Matcher that matches a single channel.

The events to be matched must contain a channel field.

Template Parameters
DataTypesdata 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.

The documentation for this class was generated from the following file: