Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Reference
Operators
Tests if the forward list object on the left side of the operator is equal to the forward list object on the right side. |
|
Tests if the forward list object on the left side of the operator is not equal to the forward list object on the right side. |
|
Tests if the forward list object on the left side of the operator is less than the forward list object on the right side. |
|
Tests if the forward list object on the left side of the operator is less than or equal to the forward list object on the right side. |
|
Tests if the forward list object on the left side of the operator is greater than the forward list object on the right side. |
|
Tests if the forward list object on the left side of the operator is greater than or equal to the forward list object on the right side. |
Functions
Exchanges the elements of two forward lists. |
Classes
Describes an object that controls a varying-length sequence of elements. The sequence is stored as a singly-linked list of elements, each containing a member of type Type. |