function histogram(E &&, size_t) reducing¶
template <typename E, typename TCount = uint32_t>
KFR_FUNCTION histogram_data<0, TCount> histogram(E&& expr, size_t bins) Returns histogram of the expression data. Number of bins defined at runtime
Defined at base/reduce.hpp:484