117 const_iterator begin()
const;
125 const_iterator end()
const;
150 return m_values.size();
160 #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...