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

Description

template<typename NumericTraits = default_numeric_traits>
class tcspc::channel_matcher< NumericTraits >

Matcher that matches a single channel.

The events to be matched must contain a channel field.

Template Parameters
NumericTraitsnumeric traits specifying channel_type

Public Member Functions

 channel_matcher (arg::channel< typename NumericTraits::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: