#include "dataset.h"
Functions | |
ostream & | operator<< (ostream &out, const DataSet &ds) |
ostream& operator<< | ( | ostream & | out, |
const DataSet & | ds | ||
) |
Writes the specified data set to the output stream and returns it.
out | the output stream for writing |
ds | the data set for writing |