nw::ut::LinkList::insert Member Function

Syntax

iterator insert(
     iterator it,
     pointer p
);

Arguments

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.

Return Values

Returns the iterator for the inserted item.

Description

Inserts an item in the list.


CONFIDENTIAL