Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ one
Method
one
gecode/support/bitset-base.hpp:339–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
return bpb - ones();
338
}
339
forceinline bool
340
BitSetData::one(void) const {
341
return (bits & (bits - static_cast<Base>(1U))) ==
342
static_cast<Base>(0U);
343
}
344
345
forceinline void
346
BitSetData::a(BitSetData a) {
Callers
10
bool.hpp
File · 0.45
propagate
Method · 0.45
advise
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
post
Method · 0.45
propagate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected