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.
Call this method to move the specified element to the tail of the list.
void MoveToTail(
POSITION pos
) throw( );
Parameters
- pos
The POSITION value of the element to move.
Remarks
The specified element is moved from its current position to the tail of the list. In debug builds, an assertion failure will occur if pos is equal to NULL.
Example
See the example for CAtlList::MoveToHead.
Requirements
Header: atlcoll.h