std::basic_string<CharT,Traits,Allocator>::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.