MCPcopy Create free account
hub / github.com/Gecode/gecode / operator ==

Function operator ==

gecode/set/view/singleton.hpp:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 SingletonView::lubAny(const Delta& d) const { return x.any(d); }
293
294 forceinline bool
295 operator ==(const SingletonView& x, const SingletonView& y) {
296 return x.base() == y.base();
297 }
298
299 forceinline bool
300 operator !=(const SingletonView& x, const SingletonView& y) {

Callers

nothing calls this directly

Calls 1

baseMethod · 0.45

Tested by

no test coverage detected