Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ flush
Method
flush
gecode/int/extensional/tiny-bit-set.hpp:120–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
template<unsigned int sz>
120
forceinline void
121
TinyBitSet<sz>::flush(void) {
122
for (unsigned int i=0U; i<sz; i++)
123
_bits[i].init(false);
124
assert(empty());
125
}
126
127
template<unsigned int sz>
128
forceinline bool
Callers
nothing calls this directly
Calls
2
empty
Function · 0.50
init
Method · 0.45
Tested by
no test coverage detected