PopBack removes an element from the back of an array. Only valid for Array types. If a managed value such as an Object is returned, then the Value holding the reference MUST be destroyed before the runtime dies since the Object’s memory will be invalid due to heap deallocation.
Parameters |
Description |
Value* pval = NULL |
The holder for the element removed. |
True if the element was removed otherwise false.