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

Method val

gecode/int/element/int.hpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75 template<class V0, class V1, class Idx, class Val>
76 forceinline Idx
77 Int<V0,V1,Idx,Val>::IterIdxUnmark::val(void) const {
78 assert(!iv[i].marked());
79 return iv[i].idx;
80 }
81
82
83

Callers 4

postMethod · 0.45
assigned_valMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45

Calls 1

markedMethod · 0.45

Tested by

no test coverage detected