25#ifndef ALEXANDRIA_HISTOGRAM_BINNING_SQRT_H
26#define ALEXANDRIA_HISTOGRAM_BINNING_SQRT_H
42template <
typename VarType>
45 template <
typename Iterator>
51 m_end = *minmax.second;
VarType getEdge(size_t i) const final
ssize_t getBinIndex(VarType value) const final
void computeBins(Iterator begin, Iterator end)
std::pair< VarType, VarType > getBinEdges(size_t i) const final
T minmax_element(T... args)