Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this method to remove all elements from the array object.
void RemoveAll( ) throw( );
Remarks
Removes all of the elements from the array object.
This method calls CAtlArray::SetCount to resize the array and subsequently frees any allocated memory.
Example
See the example for CAtlArray::IsEmpty.
Requirements
Header: atlcoll.h