Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::ends_with (2 of 3 overloads)

Returns whether the string ends with c

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR bool
ends_with(
    value_type c) const;
Description

PrevUpHomeNext