nw::ut::LinkList::erase Member Function

Syntax

iterator erase(
     iterator itFirst,
     iterator itLast
);

Arguments

Name Description
in itFirst Iterator indicating the position to start deleting.
in itLast Iterator indicating the position to stop deleting.

Return Values

Returns the iterator of the next node after the deleted item.

Description

Deletes the specified member.

The element specified in the end position is not deleted.


CONFIDENTIAL