halcheck
1.0
Loading...
Searching...
No Matches
halcheck
lib
dag
begin
begin
children
children
clear
const_iterator
const_view
emplace
emplace
emplace
empty
end
end
iterator
parents
parents
reserve
roots
roots
size
value_type
view
◆
emplace()
[1/3]
template<typename T >
template<typename... Args>
iterator
halcheck::lib::dag
< T >::emplace
(
const
std::initializer_list
<
const_iterator
> &
range
,
Args &&...
args
)
inline
Adds a node to this
dag
with its label constructed in place.
Template Parameters
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.
Generated by
1.12.0