Iterator_T::Insert

void Iterator_T::Insert(element_t elem)

Inserts the specified element into the collection at the current iterator position

Defined in: Collect.h

Parameters

elem

The element to jam into the collection

See Also

Iterator_T