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

Method operator-

PanzerChasm/time.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63Time Time::operator-( const Time& other ) const
64{
65 return Time( time_ - other.time_ );
66}
67
68Time& Time::operator+=( const Time& other )
69{

Callers

nothing calls this directly

Calls 1

TimeClass · 0.85

Tested by

no test coverage detected