MCPcopy Create free account
hub / github.com/Gecode/gecode / forward

Method forward

gecode/kernel/core.hpp:4284–4288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4282
4283 template<class VIC>
4284 forceinline VarImp<VIC>*
4285 VarImp<VIC>::forward(void) const {
4286 assert(copied());
4287 return static_cast<VarImp<VIC>*>(Support::unmark(b.fwd));
4288 }
4289
4290 template<class VIC>
4291 forceinline VarImp<VIC>*

Callers 1

updateMethod · 0.80

Calls 1

unmarkFunction · 0.85

Tested by

no test coverage detected