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

Method operator>=

PanzerChasm/time.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105bool Time::operator>=( const Time& other ) const
106{
107 return time_ >= other.time_;
108}
109
110Time::Time( const int64_t points )
111 : time_(points)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected