Skip to content

GraphAddNode

Description

Add a node using l-value semantics and return its node id.

Usage example (Cross-references)

Usage examples (Cross-references)
    
    static bool test_graph_add_node_semantics(void) {
        WriteFmt("Testing GraphAddNode semantics\n");
    
        typedef Graph(int) IntGraph;
Last updated on