Namespaces
Variants
Views
Actions

std::basic_string::pop_back

From cppreference.com
 
 
 
std::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) [edit]