Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ val
Method
val
gecode/int/view-val-graph/edge.hpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
template<class View>
68
forceinline ValNode<View>*
69
Edge<View>::val(ViewNode<View>* x) const {
70
return static_cast<ValNode<View>*>(sd.ptr(x));
71
}
72
73
template<class View>
74
forceinline bool
Callers
nothing calls this directly
Calls
1
ptr
Method · 0.80
Tested by
no test coverage detected