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
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.
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