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

Function operator ==

gecode/int/view/offset.hpp:317–320  ·  view source on GitHub ↗

* View comparison * */

Source from the content-addressed store, hash-verified

315 *
316 */
317 forceinline bool
318 operator ==(const OffsetView& x, const OffsetView& y) {
319 return (x.base() == y.base()) && (x.offset() == y.offset());
320 }
321 forceinline bool
322 operator !=(const OffsetView& x, const OffsetView& y) {
323 return !(x == y);

Callers

nothing calls this directly

Calls 2

baseMethod · 0.45
offsetMethod · 0.45

Tested by

no test coverage detected