FastLED 3.9.15
Loading...
Searching...
No Matches

◆ find_first_of() [2/4]

fl::size fl::string_view::find_first_of ( const char * s,
fl::size pos,
fl::size count ) const
inline

Definition at line 286 of file string_view.h.

286 {
287 return find_first_of(string_view(s, count), pos);
288 }
uint8_t pos
Definition Blur.ino:11
fl::size find_first_of(string_view sv, fl::size pos=0) const FL_NOEXCEPT
constexpr string_view() FL_NOEXCEPT
Definition string_view.h:39

References string_view(), find_first_of(), FL_NOEXCEPT, and pos.

+ Here is the call graph for this function: