|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event representing an array of histograms.
| DataTypes | data type set specifying bin_type |
Public Attributes | |
| bucket< typename DataTypes::bin_type > | data_bucket |
| Histogram array, or view thereof. | |
Friends | |
| auto | operator<< (std::ostream &s, histogram_array_event const &e) -> std::ostream & |
| Stream insertion operator. | |
| auto | operator== (histogram_array_event const &lhs, histogram_array_event const &rhs) noexcept -> bool=default |
| Equality comparison operator. | |