Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator <
Method
operator <
gecode/int/task/event.hpp:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
forceinline bool
55
Event::operator <(const Event& e) const {
56
if (time() == e.time())
57
return type() < e.type();
58
return time() < e.time();
59
}
60
61
62
template<class Char, class Traits>
Callers
nothing calls this directly
Calls
3
type
Class · 0.85
time
Method · 0.45
type
Method · 0.45
Tested by
no test coverage detected