Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ==
Function
operator ==
gecode/set/view/cached.hpp:380–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
379
template<class View>
380
forceinline bool
381
operator ==(const CachedView<View>& x, const CachedView<View>& y) {
382
return x.base() == y.base();
383
}
384
385
template<class View>
386
forceinline bool
Callers
nothing calls this directly
Calls
1
base
Method · 0.45
Tested by
no test coverage detected