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

Function operator ==

gecode/int/view/cached.hpp:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 */
399 template<class View>
400 forceinline bool
401 operator ==(const CachedView<View>& x, const CachedView<View>& y) {
402 return (x.base() == y.base()) && (x.offset() == y.offset());
403 }
404 template<class View>
405 forceinline bool
406 operator !=(const CachedView<View>& x, const CachedView<View>& y) {

Callers

nothing calls this directly

Calls 2

baseMethod · 0.45
offsetMethod · 0.45

Tested by

no test coverage detected