libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
tcspc::histogram_event< DataTypes > Struct Template Reference

Description

template<typename DataTypes = default_data_types>
struct tcspc::histogram_event< DataTypes >

Event representing a single histogram.

This event may be used both for a series of independent histograms and for a series of updates to the same histogram.

Template Parameters
DataTypesdata type set specifying bin_type

Public Attributes

bucket< typename DataTypes::bin_type > data_bucket
 The histogram.

Friends

auto operator<< (std::ostream &s, histogram_event const &e) -> std::ostream &
 Stream insertion operator.
auto operator== (histogram_event const &lhs, histogram_event const &rhs) noexcept -> bool=default
 Equality comparison operator.

The documentation for this struct was generated from the following file: