Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ++
Method
operator ++
gecode/iter/ranges-singleton-append.hpp:76–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
template<class J>
76
inline void
77
SingletonAppend<J>::operator ++(void) {
78
if (j()) {
79
mi = j.min(); ma = j.max();
80
++j;
81
} else {
82
finish();
83
}
84
}
85
86
87
template<class J>
Callers
nothing calls this directly
Calls
3
j
Function · 0.85
min
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected