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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
Deletes the element at the end of the vector.
void pop_back( );
For a code example, see vector::push_back().
Header: <vector>
Namespace: std