Поделиться через


CAtlList::RemoveHeadNoReturn

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

void RemoveHeadNoReturn( ) throw( );

Заметки

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

Пример

See the example for CAtlList::IsEmpty.

Требования

Header: atlcoll.h

См. также

Основные понятия

CAtlList Class

CAtlList Members

CAtlList::RemoveHead

CAtlList::RemoveTailNoReturn

CAtlList::RemoveTail