Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ zero
Method
zero
gecode/int/view/neg-bool.hpp:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
return x.status();
63
}
64
forceinline bool
65
NegBoolView::zero(void) const {
66
return x.one();
67
}
68
forceinline bool
69
NegBoolView::one(void) const {
70
return x.zero();
Callers
5
one
Method · 0.45
gq
Method · 0.45
gr
Method · 0.45
nq
Method · 0.45
eq
Method · 0.45
Calls
2
one
Function · 0.50
one
Method · 0.45
Tested by
no test coverage detected