Public Member Functions | |
| bool | operator() (const Fraction &lhs, const Fraction &rhs) |
|
||||||||||||
|
Definition at line 78 of file NtpTHModule.cxx. References NtpTH::Fraction::stdhep. 00079 {
00080 return (lhs.stdhep < rhs.stdhep);
00081 }
|
1.3.9.1