Namespaces
Variants
Views
Actions

std::basic_string::pop_back

From cppreference.com
< cpp | string | basic string
Revision as of 15:06, 15 June 2012 by P12bot (Talk | contribs)
 
 
 
std::basic_string
 
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) [edit]