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