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

Method operator <

gecode/int/view/scale.hpp:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 */
238 template<class Val, class UnsVal>
239 forceinline bool
240 ScaleView<Val,UnsVal>::operator <(const ScaleView<Val,UnsVal>& y) const {
241 return ((base() < y.base())
242 || ((base() == y.base()) && (scale() < y.scale())));
243 }
244
245
246

Callers

nothing calls this directly

Calls 2

baseMethod · 0.45
scaleMethod · 0.45

Tested by

no test coverage detected