|
Clear
Removes all elements of the array without the release of the memory array.
void Clear() |
Return Value
No.
Note
If the memory management flag is enabled, the memory used for the deleted objects is released.
Example:
//--- example for CArrayObj::Clear()
|