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

Return true if matching characters are found

Synopsis

Declared in <boost/url/grammar/string_view_base.hpp>
constexpr
bool
contains(core::string_view sv) const noexcept;


Description

See core::string_view::contains

Return Value

true if the string contains the characters, otherwise false

Parameters

Name Description
sv The string to search for

Created with MrDocs