Respuesta :

Seprum
istream& operator>> (istream& input, Example& example)
{
// Extract your data from input stream here
return input;
}