Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ flush
Method
flush
gecode/int/extensional/bit-set.hpp:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
template<class IndexType>
104
forceinline void
105
BitSet<IndexType>::flush(void) {
106
_limit = 0U;
107
assert(empty());
108
}
109
110
template<class IndexType>
111
forceinline
Callers
2
propagate
Method · 0.45
advise
Method · 0.45
Calls
1
empty
Function · 0.50
Tested by
no test coverage detected