Synopses
Declared in <beman/cstring_view/cstring_view.hpp>
constexpr
size_type
find(
charT c,
size_type pos = 0) const noexcept;
constexpr
size_type
find(
std::basic_string_view<charT, traits> s,
size_type pos = 0) const noexcept;
constexpr
size_type
find(
charT const* s,
size_type pos = 0) const;
constexpr
size_type
find(
charT const* s,
size_type pos,
size_type n) const;