|
API Links
Developer Links
|
List::Last
Defined in: C4List.h
Returns the last element in a list.
Prototype
type *Last(void) const;
Description
The Last function returns a pointer to the last element in a list. If the list is empty, then this function returns nullptr.
See Also
List::First
|