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

◆ insert() [1/2]

template<typename type_t , typename sorter_t = sorter_none>
virtual iterator xtd::forms::layout::arranged_element_collection< type_t, sorter_t >::insert ( const_iterator  pos,
const value_type value 
)
inlinevirtual

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.
valueThe element to insert.

Reimplemented in xtd::forms::control::control_collection.