Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ drop_lst
Method
drop_lst
gecode/kernel/data/array.hpp:1248–1252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1246
1247
template<class View>
1248
forceinline void
1249
ViewArray<View>::drop_lst(int i) {
1250
assert(i<n);
1251
n = i+1;
1252
}
1253
1254
template<class View>
1255
forceinline void
Callers
8
post
Method · 0.80
copy
Method · 0.80
propagate
Method · 0.80
post
Method · 0.80
propagate
Method · 0.80
post
Method · 0.80
copy
Method · 0.80
post
Method · 0.80
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected