DynamicArray::shrink

(Available since version 1.0)

DynamicArray::shrinkShrinks the internal array if desirable

Description

protected void DynamicArray::shrink ( void )

If less than a quarter of the internal array is being used, the size is halved.

Parameters

This function has no parameters.

Return Values

No value is returned.

To Top