Return the position of matching characters

Synopsis

Declared in header </boost/url/grammar/string_view_base.hpp#L483[boost/url/grammar/string_view_base.hpp,window=blank_]>

constexpr
size_type
find(
    string_view str,
    size_type pos = 0) const noexcept;

Description

See core::string_view::find

Return Value

  • size_type

Parameters

Name Type

str

string_view

pos

size_type