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