CAtlList::MoveToTail
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