Share via


CAtlList::RemoveTailNoReturn

Call this method to remove the element at the tail of the list without returning a value.

void RemoveTailNoReturn( ) throw( );

Remarks

The tail element is deleted from the list, and memory is freed. In debug builds, an assertion failure will occur if the list is empty.

Example

See the example for CAtlList::IsEmpty.

Requirements

Header: atlcoll.h

See Also

Reference

CAtlList Class

CAtlList::RemoveTail

CAtlList::RemoveHead

CAtlList::RemoveHeadNoReturn

Other Resources

CAtlList Members