Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ glbSize
Method
glbSize
gecode/set/view/singleton.hpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
forceinline unsigned int
94
SingletonView::glbSize(void) const {
95
return x.assigned() ? 1U : 0U;
96
}
97
98
forceinline unsigned int
99
SingletonView::lubSize(void) const { return x.size(); }
Callers
nothing calls this directly
Calls
1
assigned
Method · 0.45
Tested by
no test coverage detected