Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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