xtd 0.2.0
Loading...
Searching...
No Matches

◆ emplace()

template<typename type_t , typename sorter_t = sorter_none>
template<typename ... args_t>
void xtd::forms::layout::arranged_element_collection< type_t, sorter_t >::emplace ( const_iterator  pos,
args_t &&...  args 
)
inline

Inserts specified element at specified position.

Parameters
posThe iterator before which the content will be inserted. pos may be the arranged_element_collection::end iterator.
argsThe arguments to forward to the constructor of the element