Array::RemoveLastArrayElement
Defined in:
Removes the last object from an array.
TSArray.h
Prototype
void RemoveLastArrayElement(void);
Description
The RemoveLastArrayElement
function decreases the size of an array by one and destroys the object at the original end of the array.If the array is empty, then calling the
RemoveLastArrayElement
function has no effect.
See Also