Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::ends_with

Returns whether the string ends with s

BOOST_STATIC_STRING_CPP14_CONSTEXPR bool
ends_with(
    string_view_type s) const;
  » more...

Returns whether the string ends with c

BOOST_STATIC_STRING_CPP14_CONSTEXPR bool
ends_with(
    value_type c) const;
  » more...

BOOST_STATIC_STRING_CPP14_CONSTEXPR bool
ends_with(
    const_pointer s) const;
  » more...

PrevUpHomeNext