Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ fst
Method
fst
gecode/set/var-imp/integerset.hpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
first(nullptr), last(nullptr), _size(0), _card(0) {}
48
49
forceinline RangeList*
50
BndSet::fst(void) const {
51
return first;
52
}
53
54
forceinline RangeList*
55
BndSet::lst(void) const {
Callers
2
update
Method · 0.45
become
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected