std::basic_string<CharT,Traits,Allocator>::pop_back
From cppreference.com
Template:cpp/string/basic string/sidebar
void pop_back(); |
Template:mark c++11 feature | |
Removes the last character from the string.
Contents |