コード例 #1
0
ファイル: datestring.hpp プロジェクト: algotrust/qmlib
 bool operator <= (const period& pe) const {return this->total() <= pe.total();}
コード例 #2
0
ファイル: datestring.hpp プロジェクト: algotrust/qmlib
 bool operator >  (const period& pe) const {return this->total() >  pe.total();}