Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ init
Method
init
gecode/iter/ranges-append.hpp:147–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
template<class I, class J>
147
forceinline void
148
Append<I,J>::init(I& i0, J& j0) {
149
i = i0; j = j0;
150
if (i() || j())
151
operator ++();
152
else
153
finish();
154
}
155
156
157
/*
Callers
nothing calls this directly
Calls
2
j
Function · 0.85
i
Function · 0.70
Tested by
no test coverage detected