◐ Shell
clean mode source ↗

std::basic_string::push_back – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

void push_back( CharT ch );

Appends the given character ch to the end of the string.

Parameter

ch - the character to append

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

Entfernt das letzte Zeichen

Original:

removes the last character

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


(öffentliche Elementfunktion) [edit]