GraphAddNode
Description
Add a node using l-value semantics and return its node id.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Graph.Insert.c:7:
static bool test_graph_add_node_semantics(void) {
WriteFmt("Testing GraphAddNode semantics\n");
typedef Graph(int) IntGraph;
Last updated on