Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
decode_view::ends_with

Checks if the string ends with the given prefix.

bool
ends_with(
    string_view s) const;
  » more...

bool
ends_with(
    char ch) const;
  » more...

PrevUpHomeNext