Skip to content

Last

Last

Returns a pointer to the last node of the linked list.

CLinkedListNode<T>* Last();

Return Value

Returns a pointer to the last node.

Last updated on