Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ init
Method
init
gecode/int/view/offset.hpp:307–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
}
306
307
forceinline void
308
ViewRanges<OffsetView>::init(const OffsetView& x) {
309
ViewRanges<IntView> xi(x.base());
310
Iter::Ranges::Offset<ViewRanges<IntView> >::init(xi,x.offset());
311
}
312
313
/*
314
* View comparison
Callers
nothing calls this directly
Calls
2
base
Method · 0.45
offset
Method · 0.45
Tested by
no test coverage detected