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

Syntax

iterator erase(
     iterator it
);

Arguments

Name Description
in it Iterator for the member to be deleted.

Return Values

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

Description

Deletes the specified member.


CONFIDENTIAL