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