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

Return true if matching characters are found

Synopsis

Declared in <include/boost/url/grammar/string_view_base.hpp>

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

» more...

constexpr
bool
contains(char c) const noexcept;

» more...

constexpr
bool
contains(char const* s) const noexcept;

» more...

Description

See `core::string_view::contains`

Created with MrDocs