Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::erase (3 of 3 overloads)

Removes the characters in the range (first, last)

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR iterator
erase(
    const_iterator first,
    const_iterator last);
Description
Return Value

iterator pointing to the character last pointed to before the erase, or end() if no such character exists


PrevUpHomeNext