vector::pop_back

Deletes the element at the end of the vector.

void pop_back( );

Remarks

For a code example, see vector::push_back().

Requirements

Header: <vector>

Namespace: std

See Also

Reference

vector Class

Standard Template Library