Skip to content

function histogram_expression(E &&) reducing

template <size_t Bins, typename E, typename TCount = uint32_t>
KFR_FUNCTION expression_histogram<Bins, E, TCount> histogram_expression(E&& expr)

Returns expression that computes histogram as data flows through it. Number of bins defined at compile time

Defined at base/reduce.hpp:474