Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
base
Method · 0.45
offset
Method · 0.45
Tested by
no test coverage detected