std::experimental::basic_string_view<CharT,Traits>::find_first_of
From cppreference.com
constexpr size_type find_first_of(basic_string_view v, size_type pos = 0) const noexcept;
|
(1) | (library fundamentals TS) |
constexpr size_type find_first_of(CharT c, size_type pos = 0) const noexcept;
|
(2) | (library fundamentals TS) |
constexpr size_type find_first_of(const CharT* s, size_type |