function histogram_expression(E &&, size_t) reducing¶
template <typename E, typename TCount = uint32_t>
KFR_FUNCTION expression_histogram<0, E, TCount> histogram_expression(E&& expr, size_t bins) Returns expression that computes histogram as data flows through it. Number of bins defined at runtime
Defined at base/reduce.hpp:464