Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ one
Method
one
gecode/int/view/neg-bool.hpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
return x.one();
67
}
68
forceinline bool
69
NegBoolView::one(void) const {
70
return x.zero();
71
}
72
forceinline bool
73
NegBoolView::none(void) const {
74
return x.none();
Callers
5
zero
Method · 0.45
lq
Method · 0.45
le
Method · 0.45
nq
Method · 0.45
eq
Method · 0.45
Calls
1
zero
Method · 0.45
Tested by
no test coverage detected