Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ empty
Method
empty
gecode/int/extensional/bit-set.hpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
template<class IndexType>
47
forceinline bool
48
BitSet<IndexType>::empty(void) const {
49
return _limit == 0U;
50
}
51
52
template<class IndexType>
53
forceinline unsigned int
Callers
7
setup
Method · 0.45
compact.hpp
File · 0.45
post
Method · 0.45
reschedule
Method · 0.45
propagate
Method · 0.45
advise
Method · 0.45
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected