MCPcopy Create free account
hub / github.com/Gecode/gecode / operator++

Method operator++

gecode/set/rel/lq.hpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 i++;
149 }
150 forceinline void
151 CharacteristicSets::CSIter::operator++ (void) {
152 i++;
153 while ((i < cs->xsize) && !cs->get(xoff+2*i+yoff))
154 i++;
155 }
156 forceinline bool
157 CharacteristicSets::CSIter::operator() (void) const {
158 return i<cs->xsize;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected