CAtlArray::FreeExtra

 

Call this method to remove any empty elements from the array.

Syntax

void FreeExtra( ) throw( );

Remarks

Any empty elements are removed, but the size and upper bound of the array remain unchanged.

In debug builds, an ATLASSERT will be raised if the CAtlArray object is not valid, or if the array would exceed its maximum size.

Requirements

Header: atlcoll.h

See Also

CAtlArray Class
CAtlArray::RemoveAll