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

Method copy

gecode/kernel/branch/view-val.hpp:262–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 template<class View, int n, class Val, unsigned int a,
261 class Filter, class Print>
262 Actor*
263 ViewValBrancher<View,n,Val,a,Filter,Print>::copy(Space& home) {
264 return new (home) ViewValBrancher<View,n,Val,a,Filter,Print>
265 (home,*this);
266 }
267
268 template<class View, int n, class Val, unsigned int a,
269 class Filter, class Print>

Callers 1

view-val.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected