GetGraphBuilder
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the graph creation function in FlowGraphPp.
Prototype
1 | GraphBuilder GetGraphBuilder() const |
Parameters
None
Returns
Graph creation function. The function prototype is as follows:
std::function<ge::Graph()>
Exception Handling
None
Constraints
None
Parent topic: FlowGraphPp Class