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

Method end

gecode/kernel/data/array.hpp:986–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984
985 template<class Var>
986 forceinline typename VarArray<Var>::iterator
987 VarArray<Var>::end(void) {
988 return x+n;
989 }
990
991 template<class Var>
992 forceinline typename VarArray<Var>::const_iterator

Callers 15

runMethod · 0.45
runTestForArrayMethod · 0.45
validFunction · 0.45
printMethod · 0.45
generateFunction · 0.45
get_constraint_namesFunction · 0.45
postConstraintsMethod · 0.45
arg2tuplesetMethod · 0.45
arg2intsharedarrayMethod · 0.45
arg2boolsharedarrayMethod · 0.45
getSharedDFAMethod · 0.45
shrinkElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected