◐ Shell
clean mode source ↗

std::basic_string::push_back — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

void push_back( CharT ch );

Ajoute le ch caractère donné à la fin de la chaîne .

Original:

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

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

Paramètres

ch -

le caractère à ajouter

Original:

the character to append

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

Retourne la valeur

(Aucun)

Original:

(none)

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

Complexité

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.

Voir aussi

supprime le dernier caractère

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.


(fonction membre publique) [edit]