CObArray::FreeExtra
voidFreeExtra();
Remarks
Frees any extra memory that was allocated while the array was grown. This function has no effect on the size or upper bound of the array.
The following table shows other member functions that are similar to CObArray::FreeExtra.
Class | Member Function |
CByteArray | void FreeExtra( ); |
CDWordArray | void FreeExtra( ); |
CPtrArray | void FreeExtra( ); |
CStringArray | void FreeExtra( ); |
CUIntArray | void FreeExtra( ); |
CWordArray | void FreeExtra( ); |
Example
See the example for CObArray::GetData.