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

Method view

gecode/int/view-val-graph/edge.hpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62 template<class View>
63 forceinline ViewNode<View>*
64 Edge<View>::view(ValNode<View>* n) const {
65 return static_cast<ViewNode<View>*>(sd.ptr(n));
66 }
67 template<class View>
68 forceinline ValNode<View>*
69 Edge<View>::val(ViewNode<View>* x) const {

Callers

nothing calls this directly

Calls 1

ptrMethod · 0.80

Tested by

no test coverage detected