nw::ut::LinkList::push_front Member Function
Syntax
void push_front(
pointer
p );
Arguments
Name
Description
in
p
Pointer to the element to insert.
Return Values
None.
Description
Adds an element to the start of the list.
CONFIDENTIAL