basic_string::capacity
basic_string::capacity
size_type capacity() const;
The member function returns the storage currently allocated to hold the controlled sequence, a value at least as large as size
()
.
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.
basic_string::capacity
size_type capacity() const;
The member function returns the storage currently allocated to hold the controlled sequence, a value at least as large as size
()
.