CAtlArray::FreeExtra

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

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

Reference

CAtlArray Class

CAtlArray::RemoveAll

Other Resources

CAtlArray Members