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

Method drop_fst

gecode/kernel/data/array.hpp:1241–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239
1240 template<class View>
1241 forceinline void
1242 ViewArray<View>::drop_fst(int i) {
1243 assert(i>=0);
1244 x += i; n -= i;
1245 }
1246
1247 template<class View>
1248 forceinline void

Callers 13

or.hppFile · 0.80
postMethod · 0.80
copyMethod · 0.80
propagateMethod · 0.80
propagateMethod · 0.80
or.hppFile · 0.80
eqv.hppFile · 0.80
postMethod · 0.80
propagateMethod · 0.80
postMethod · 0.80
copyMethod · 0.80
propagateMethod · 0.80

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected