Exemplo n.º 1
0
 void operator<<(const Animal& A) { sum1_+=A.age(); ++n_; }
Exemplo n.º 2
0
 bool operator()(const Animal& A) const { return age_==A.age(); }