|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event representing a datapoint for histogramming.
| DataTypes | data type set specifying datapoint_type |
Public Types | |
| using | datapoint_type = typename DataTypes::datapoint_type |
| The data type. | |
Public Attributes | |
| datapoint_type | value |
| The datapoint value. | |
Friends | |
| auto | operator<< (std::ostream &s, datapoint_event const &e) -> std::ostream & |
| Stream insertion operator. | |
| constexpr auto | operator== (datapoint_event const &lhs, datapoint_event const &rhs) noexcept -> bool=default |
| Equality comparison operator. | |