Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ move_fst
Method
move_fst
gecode/kernel/data/array.hpp:1229–1232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1227
1228
template<class View>
1229
forceinline void
1230
ViewArray<View>::move_fst(int i) {
1231
x[i]=x[0]; x++; n--;
1232
}
1233
1234
template<class View>
1235
forceinline void
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected