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

Function operator ==

gecode/int/view/scale.hpp:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 */
323 template<class Val, class UnsVal>
324 forceinline bool
325 operator ==(const ScaleView<Val,UnsVal>& x, const ScaleView<Val,UnsVal>& y) {
326 return (x.base() == y.base()) && (x.scale() == y.scale());
327 }
328 template<class Val, class UnsVal>
329 forceinline bool
330 operator !=(const ScaleView<Val,UnsVal>& x, const ScaleView<Val,UnsVal>& y) {

Callers

nothing calls this directly

Calls 2

baseMethod · 0.45
scaleMethod · 0.45

Tested by

no test coverage detected