Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Erases the last element of the string.
void pop_back();
Remarks
This member function effectively calls erase(size() - 1) to erase the last element of the sequence, which must be non-empty.
Requirements
Header: <string>
Namespace: std