◐ Shell
clean mode source ↗

std::basic_string::pop_back – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

void pop_back();

(seit C++11)

Removes the last character from the string.

Parameter

(None)

Original:

(none)

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

Rückgabewert

(None)

Original:

(none)

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

Komplexität

Constant .

Original:

Constant.

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

Siehe auch

fügt ein Zeichen an das Ende an
(öffentliche Elementfunktion) [edit]