Boost.URL
Report an Issue
  • Boost.URL
  • boost::urls::grammar::string_view_base::contains
Home:

boost::urls::grammar::string_view_base::contains

Members

Return true if matching characters are found

constexpr
bool
contains(core::string_view sv) const noexcept;
  » more...

Return true if matching characters are found

constexpr
bool
contains(char c) const noexcept;
  » more...

Return true if matching characters are found

constexpr
bool
contains(char const* s) const noexcept;
  » more...