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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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