POSITION InsertAfter( POSITION position, ARG_TYPE newElement );
Return Value
A POSITION value that can be used for iteration or list element retrieval.
Parameters
position
A POSITION value returned by a previous GetNext, GetPrev, or Find member function call.
ARG_TYPE
Template parameter specifying the type of the list element.
newElement
The element to be added to this list.
Remarks
Adds an element to this list after the element at the specified position.
CList Overview | Class Members | Hierarchy Chart
See Also CList::Find, CList::InsertBefore