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
Deletes the element at the end of the vector.
void pop_back( );
For a code example, see vector::push_back().
Header: <vector>
Namespace: std