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

Function operator ==

gecode/set/view/complement.hpp:552–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550
551 template<class View>
552 forceinline bool
553 operator ==(const ComplementView<View>& x, const ComplementView<View>& y) {
554 return x.base() == y.base();
555 }
556
557 template<class View>
558 forceinline bool

Callers

nothing calls this directly

Calls 1

baseMethod · 0.45

Tested by

no test coverage detected