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
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Deletes the element at the end of the vector.
void pop_back( );
For a code example, see vector::push_back().
Header: <vector>
Namespace: std