Difference between revisions of "cpp/string/basic string/pop back"
From cppreference.com
< cpp | string | basic string
m (Text replace - "{{returns}}" to "===Return value===") |
m (Text replace - "{{complex}}" to "===Complexity===") |
||
Line 16: | Line 16: | ||
<!-- ======== --> | <!-- ======== --> | ||
− | + | ===Complexity=== | |
{{complex constant}}. | {{complex constant}}. | ||
Revision as of 17:54, 2 August 2011
Template:cpp/string/basic string/sidebar
void pop_back(); |
||
Removes the last character from the string.