Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ copy
Method
copy
gecode/float/arithmetic/min-max.hpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
template<class A, class B, class C>
61
Actor*
62
Min<A,B,C>::copy(Space& home) {
63
return new (home) Min<A,B,C>(home,*this);
64
}
65
66
template<class A, class B, class C>
67
ExecStatus
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected