|
|
◆ emplace() [3/3]
template<typename T >
template<typename R , typename... Args>
Adds a node to this dag with its label constructed in place.
- Template Parameters
-
| R | The type of range containing a collection of parent nodes. |
| Args | The type of arguments used to construct the node's label. |
- Parameters
-
| range | The range containing a collection of parent nodes. |
| args | The arguments used to construct the node's label. |
- Returns
- An iterator pointing to the newly constructed node.
|