|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Data mapper mapping count to the data value.
The event being mapped must have a count field.
| NumericTraits | numeric traits specifying datapoint_type |
Public Member Functions | |
| template<typename Event> | |
| auto | operator() (Event const &event) const -> NumericTraits::datapoint_type |
| Implements data mapper requirement. | |