std::basic_string::push_back
De cppreference.com
<metanoindex/>
<tbody> </tbody> void push_back( CharT ch ); |
||
Appends the given character ch to the end of the string.
Parâmetros
| ch | - | the character to append |
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.
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.
You can help to correct and verify the translation. Click here for instructions.
