Alexandria
2.18
Please provide a description of the project.
|
Go to the documentation of this file.
25 #ifndef ALEXANDRIA_HISTOGRAM_BINNING_EDGEVECTOR_H
26 #define ALEXANDRIA_HISTOGRAM_BINNING_EDGEVECTOR_H
46 template <
typename VarType>
53 template <
typename... Args>
86 #endif // ALEXANDRIA_HISTOGRAM_BINNING_EDGEVECTOR_H
ssize_t getBinIndex(VarType value) const final
VarType getEdge(size_t i) const final
std::pair< VarType, VarType > getBinEdges(size_t i) const final
EdgeVector(const EdgeVector &)=default
EdgeVector(EdgeVector &&)=default
std::vector< VarType > m_edges
virtual ~EdgeVector()=default
EdgeVector(Args &&... args)