MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / operator<

Method operator<

PanzerChasm/time.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool Time::operator< ( const Time& other ) const
91{
92 return time_ < other.time_;
93}
94
95bool Time::operator<=( const Time& other ) const
96{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected