Skip to content

Function histogram_expression

function histogram_expression(E &&, size_t) base

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

Creates an expression that computes a histogram as data flows through it.

The number of bins is defined at runtime.

Fully qualified name: kfr::histogram_expression(E &&, size_t)

Declared at base/reduce.hpp:621

Function histogram_expression

function histogram_expression(E &&) base

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

Creates an expression that computes a histogram as data flows through it.

The number of bins is defined at compile time.

Fully qualified name: kfr::histogram_expression(E &&)

Declared at base/reduce.hpp:632

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.