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

Function operator !=

gecode/set/view/cached.hpp:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384
385 template<class View>
386 forceinline bool
387 operator !=(const CachedView<View>& x, const CachedView<View>& y) {
388 return x.base() != y.base();
389 }
390
391 template<class View>
392 forceinline

Callers

nothing calls this directly

Calls 1

baseMethod · 0.45

Tested by

no test coverage detected