#include <xydatasource.hpp> struct XYDataChunk { // fields size_t logicalBegin { 0 }; XDataView xs; YDataView ys; // methods size_t size() const; bool valid() const; };