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