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