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

Method edge_lst

gecode/int/view-val-graph/node.hpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51 template<class View>
52 forceinline Edge<View>*
53 Node<View>::edge_lst(void) const {
54 return static_cast<Edge<View>*>(static_cast<BiLink*>(const_cast<Node<View>*>(this)));
55 }
56 template<class View>
57 forceinline void
58 Node<View>::operator delete(void*, size_t) {}

Callers 3

sccMethod · 0.80
markMethod · 0.80
markMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected