#include "example.h"
Functions | |
ostream & | operator<< (ostream &out, const Example &e) |
ostream& operator<< | ( | ostream & | out, |
const Example & | e | ||
) |
Writes the specified example to the output stream and returns it.
out | the output stream for writing |
e | the specified example for writing |