Value::PushBack

Value::PushBack
SF_INLINE bool PushBack(const Value& val);
Description

Pushback adds an element to the back of an array. Only valid for Array types.

Parameters
Parameters 
Description 
const Value& val 
The element added to the array. 
Return Value

True if the element was added otherwise false.