Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::ends_with (1 of 3 overloads)

Returns whether the string ends with s

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR bool
ends_with(
    string_view_type s) const;
Description

PrevUpHomeNext