boost::http_proto::quoted_token_view::contains

Return true if matching characters are found

Synopses

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

Return true if matching characters are found

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

Return true if matching characters are found

constexpr
bool
contains(char c) const noexcept;

Return true if matching characters are found

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

Return Value

  • true if the string contains the characters, otherwise false

  • true if the string contains the character, otherwise false

Parameters

Name

Description

sv

The string to search for

c

The character to search for

s

The string to search for

Created with MrDocs