std::basic_string::pop_back
From cppreference.com
| void pop_back(); |
(since C++11) | |
Removes the last character from the string.
Contents |
Parameters
(none)
Return value
(none)
Complexity
Constant.
See also
| appends a character to the end (public member function) | |