Esempio n. 1
0
bool operator==(Author const & l, Author const & r)
{
	return l.name() == r.name() && l.email() == r.email();
}