VECTOR_POP_BACK

Syntax

VECTOR_POP_BACK ( vector_handle );
Input arguments:
handle vector_handle Vector.

Return Values

Success:
int 0
Failure:
int -1

Description

This function removes the last element from the given vector. Vector size is decreased by one.