Value::PopBack

Value::PopBack
SF_INLINE bool PopBack(Value* pval = NULL);
Description

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
Parameters 
Description 
Value* pval = NULL 
The holder for the element removed. 
Return Value

True if the element was removed otherwise false.