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


CAtlList::~CAtlList

The destructor.

~CAtlList( ) throw( );

Заметки

Frees all allocated resources, including a call to CAtlList::RemoveAll to remove all elements from the list.

In debug builds, an assertion failure will occur if the list still contains some elements after the call to RemoveAll.

Требования

Header: atlcoll.h

См. также

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

CAtlList Class

CAtlList Members

CAtlList::CAtlList