Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::push_back

Appends the given character ch to the end of the string.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR void
push_back(
    value_type ch);
Description
Exceptions

Type

Thrown On

std::length_error

if 1 > max_size() - size()


PrevUpHomeNext