List::GetLastListElement
Defined in:
Returns the last element in a list.
TSList.h
Prototype
type *GetLastListElement(void) const;
Description
The GetLastListElement
function returns a pointer to the last element in a list. If the list is empty, then this function returns nullptr
.
See Also