Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::pop_back

Removes the last character from the string.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR void
pop_back();
Description

The behavior is undefined if the string is empty.


PrevUpHomeNext