Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ fst
Method
fst
gecode/int/extensional/tuple-set.hpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
forceinline const TupleSet::Range*
128
TupleSet::Data::fst(int i) const {
129
return &vd[i].r[0];
130
}
131
forceinline const TupleSet::Range*
132
TupleSet::Data::lst(int i) const {
133
return &vd[i].r[vd[i].n-1U];
Callers
1
tuple-set.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected