77 : m_values(std::move(values)){};
118 const_iterator begin()
const;
126 const_iterator end()
const;
151 return m_values.size();
161 #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...