Description
This method is only available when marshalling std::vector objects, and provides equivalent functionality to the corresponding method on the native container as defined in the C++ standard. Note that this method does not marshal the container itself in order to perform the operation, so it is an efficient way to remove the last item from an existing collection.
Usage:
void pop_back() const