Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ init
Method
init
gecode/set/view/cached.hpp:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
337
template<class View>
338
forceinline void
339
LubRanges<CachedView<View> >::init(const CachedView<View>& s) {
340
LubRanges<View>::init(s.base());
341
}
342
343
/**
344
* \brief %Range iterator for greatest lower bound of cached set views
Callers
1
initCache
Method · 0.45
Calls
1
base
Method · 0.45
Tested by
no test coverage detected