basic_string::shrink_to_fit
Discards the excess capacity of the string.
void shrink_to_fit();
Remarks
This member function eliminates any unneeded storage in the container.
Requirements
Header: <string>
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.
Discards the excess capacity of the string.
void shrink_to_fit();
This member function eliminates any unneeded storage in the container.
Header: <string>
Namespace: std