Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
Time Time::operator+( const Time& other ) const
59
{
60
return Time( time_ + other.time_ );
61
}
62
63
Time Time::operator-( const Time& other ) const
64
{
Callers
nothing calls this directly
Calls
1
Time
Class · 0.85
Tested by
no test coverage detected