Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ++
Method
operator ++
gecode/kernel/core.hpp:4050–4055 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4048
4049
template<class A>
4050
forceinline void
4051
Advisors<A>::operator ++(void) {
4052
do {
4053
a = a->next();
4054
} while ((a != nullptr) && static_cast<A*>(a)->disposed());
4055
}
4056
4057
template<class A>
4058
forceinline A&
Callers
nothing calls this directly
Calls
7
disposed
Method · 0.80
group
Method · 0.80
propagator
Method · 0.80
brancher
Method · 0.80
next
Method · 0.45
empty
Method · 0.45
in
Method · 0.45
Tested by
no test coverage detected