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