nw::ut::LinkList::push_back Member Function

Syntax

void push_back(
     pointer p
);

Arguments

Name Description
in p Pointer to the element to insert.

Return Values

None.

Description

Adds an element to the end of the list.


CONFIDENTIAL