MCPcopy 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.hppFile · 0.45
propagateMethod · 0.45
adviseMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected