◐ Shell
clean mode source ↗

std::basic_string::pop_back - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

void pop_back();

(desde C++11)

Removes the last character from the string.

Parâmetros

(Nenhum)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valor de retorno

(Nenhum)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Complexidade

Constante.

Original:

Constant.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Veja também

acrescenta um caráter até o fim

Original:

appends a character to the end

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(função pública membro) [edit]