nw::ut::LinkList::insert Member Functioniterator insert( iterator it, pointer p );
| Name | Description | |
|---|---|---|
| in | it | Iterator indicating the position to insert the element. The element is inserted immediately before it. |
| in | p | Pointer to the element to insert. |
Inserts an item in the list.
CONFIDENTIAL