79 : m_values(std::move(values)) { };
120 const_iterator begin()
const;
128 const_iterator end()
const;
152 size_t size()
const {
return m_values.size(); }
165 #endif // XYDATASET_H_
size_t size() const
Get the size of the vector container.
std::vector< std::pair< double, double > >::const_iterator const_iterator
XYDataset(std::vector< std::pair< double, double >> values)
Constructor XYDataset interface represents an immutable data set.
This module provides an interface for accessing two dimensional datasets (pairs of (X...