|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event representing data binned for histogramming.
| DataTypes | data type set specifying bin_index_type |
Public Attributes | |
| DataTypes::bin_index_type | bin_index |
| The histogram bin index to which the data value was mapped. | |
Friends | |
| auto | operator<< (std::ostream &s, bin_increment_event const &e) -> std::ostream & |
| Stream insertion operator. | |
| constexpr auto | operator== (bin_increment_event const &lhs, bin_increment_event const &rhs) noexcept -> bool=default |
| Equality comparison operator. | |