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

Method operator <

gecode/int/view/offset.hpp:272–276  ·  view source on GitHub ↗

* Ordering * */

Source from the content-addressed store, hash-verified

270 *
271 */
272 forceinline bool
273 OffsetView::operator <(const OffsetView& y) const {
274 return ((base() < y.base())
275 || ((base() == y.base()) && (offset() < y.offset())));
276 }
277
278
279 /**

Callers

nothing calls this directly

Calls 2

baseMethod · 0.45
offsetMethod · 0.45

Tested by

no test coverage detected