Return the position of matching characters

Synopsis

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

constexpr
size_type
find(
    const char* s,
    size_type pos = 0) const noexcept;

Description

See core::string_view::find

Return Value

  • size_type

Parameters

Name Type

s

``

pos

size_type