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

Method operator+

PanzerChasm/time.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58Time Time::operator+( const Time& other ) const
59{
60 return Time( time_ + other.time_ );
61}
62
63Time Time::operator-( const Time& other ) const
64{

Callers

nothing calls this directly

Calls 1

TimeClass · 0.85

Tested by

no test coverage detected