std::basic_string::pop_back
From cppreference.com
< cpp | string | basic string
void pop_back(); |
(since C++11) | |
Removes the last character from the string.
Contents |
[edit] Parameters
(none)
[edit] Return value
(none)
[edit] Complexity
Constant.
[edit] See also
inserts characters to the end (public member function) |