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

Description

template<typename NumericTraits = default_numeric_traits>
struct tcspc::histogram_event< NumericTraits >

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
NumericTraitsnumeric traits specifying bin_type

Public Attributes

bucket< typename NumericTraits::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: