Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 2d201e01f1.
PrevUpHomeNext
decode_view::ends_with

Checks if the string ends with the given prefix.

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

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

PrevUpHomeNext