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


CAtlArray::RemoveAll

Call this method to remove all elements from the array object.

void RemoveAll( ) throw( );

Заметки

Removes all of the elements from the array object.

This method calls CAtlArray::SetCount to resize the array and subsequently frees any allocated memory.

Пример

See the example for CAtlArray::IsEmpty.

Требования

Header: atlcoll.h

См. также

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

CAtlArray Class

CAtlArray Members

CAtlArray::RemoveAt

CAtlArray::FreeExtra