Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator !=
Function
operator !=
gecode/set/view/singleton.hpp:299–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
forceinline bool
300
operator !=(const SingletonView& x, const SingletonView& y) {
301
return x.base() != y.base();
302
}
303
304
305
/*
Callers
nothing calls this directly
Calls
1
base
Method · 0.45
Tested by
no test coverage detected