Esempio n. 1
0
 bool operator <= (const period& pe) const {return this->total() <= pe.total();}
Esempio n. 2
0
 bool operator >  (const period& pe) const {return this->total() >  pe.total();}