Functions
example.cc File Reference
#include "example.h"

Functions

ostream & operator<< (ostream &out, const Example &e)
 

Function Documentation

ostream& operator<< ( ostream &  out,
const Example e 
)

Writes the specified example to the output stream and returns it.

Parameters
outthe output stream for writing
ethe specified example for writing
Returns
the modified output stream