Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ i
Function
i
gecode/iter/values-ranges.hpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
template<class I>
86
forceinline
87
ToRanges<I>::ToRanges(I& i0)
88
: i(i0) {
89
operator ++();
90
}
91
92
template<class I>
93
forceinline void
Callers
1
operator ++
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected