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
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Deletes the element at the end of the vector.
void pop_back( );
For a code example, see vector::push_back().
Header: <vector>
Namespace: std