Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Method
max
gecode/int/view/cached.hpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
template<class View>
64
forceinline int
65
CachedView<View>::max(void) const {
66
return x.max();
67
}
68
template<class View>
69
forceinline int
70
CachedView<View>::med(void) const {
Callers
3
update
Method · 0.45
initCache
Method · 0.45
cache
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected