Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.80
post
Method · 0.80
copy
Method · 0.80
propagate
Method · 0.80
propagate
Method · 0.80
or.hpp
File · 0.80
eqv.hpp
File · 0.80
post
Method · 0.80
propagate
Method · 0.80
post
Method · 0.80
copy
Method · 0.80
propagate
Method · 0.80
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected