Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ++
Method
operator ++
gecode/int/val-set.hpp:139–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
forceinline void
140
ValSet::Ranges::operator ++(void) {
141
c = c->next();
142
}
143
144
forceinline int
145
ValSet::Ranges::min(void) const {
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected