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

Function operator !=

gecode/set/view/complement.hpp:558–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556
557 template<class View>
558 forceinline bool
559 operator !=(const ComplementView<View>& x, const ComplementView<View>& y) {
560 return x.base() != y.base();
561 }
562
563}}
564

Callers

nothing calls this directly

Calls 1

baseMethod · 0.45

Tested by

no test coverage detected