Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ zero
Method
zero
gecode/int/view/bool.hpp:219–222 ·
view source on GitHub ↗
* Boolean domain tests * */
Source
from the content-addressed store, hash-verified
217
*
218
*/
219
forceinline bool
220
BoolView::zero(void) const {
221
return x->zero();
222
}
223
forceinline bool
224
BoolView::one(void) const {
225
return x->one();
Callers
1
print.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected