MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / operator <

Method operator <

Libraries/unrar/timefn.hpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 bool operator == (RarTime &rt) {return itime==rt.itime;}
33 bool operator != (RarTime &rt) {return itime!=rt.itime;}
34 bool operator < (RarTime &rt) {return itime<rt.itime;}
35 bool operator <= (RarTime &rt) {return itime<rt.itime || itime==rt.itime;}
36 bool operator > (RarTime &rt) {return itime>rt.itime;}
37 bool operator >= (RarTime &rt) {return itime>rt.itime || itime==rt.itime;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected