4template <
typename NodeType,
typename... Args>
12template <
typename N,
typename... Ns>
16#if __cplusplus >= 201703L
17 (insertNode(nodes), ...);
18#elif __cplusplus > 201103L
void insertNodes(N &n0, Ns &&... nodes)
Add one or more Nodes to the Graph.
void insertNode(const Node::Pointer &n)
Add a Node to the Graph.
Project top-level namespace.
Helper class for calling function iteratively on parameter pack.