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

◆ find_first_of() [4/4]

fl::size fl::basic_string::find_first_of ( const char * s,
fl::size pos = 0 ) const

Definition at line 607 of file basic_string.cpp.hpp.

607 {
608 if (!s) return npos;
609 return find_first_of(s, pos, fl::strlen(s));
610}
uint8_t pos
Definition Blur.ino:11
static constexpr fl::size npos
fl::size find_first_of(char c, fl::size pos=0) const FL_NOEXCEPT
size_t strlen(const char *s) FL_NOEXCEPT

References find_first_of(), npos, pos, and fl::strlen().

+ Here is the call graph for this function: