MCPcopy 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

baseMethod · 0.45
offsetMethod · 0.45

Tested by

no test coverage detected