MCPcopy Create free account
hub / github.com/Gecode/gecode / init

Method init

gecode/int/view/cached.hpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370 template<class View>
371 forceinline void
372 ViewRanges<CachedView<View> >::init(const CachedView<View>& x) {
373 ViewRanges<View>::init(x.base());
374 }
375
376 template<class View>
377 forceinline

Callers

nothing calls this directly

Calls 1

baseMethod · 0.45

Tested by

no test coverage detected