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