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

◆ find_last_of() [4/4]

fl::size fl::basic_string::find_last_of ( const char * s,
fl::size pos = npos ) const

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

630 {
631 if (!s) return npos;
632 return find_last_of(s, pos, fl::strlen(s));
633}
uint8_t pos
Definition Blur.ino:11
fl::size find_last_of(char c, fl::size pos=npos) const FL_NOEXCEPT
static constexpr fl::size npos
size_t strlen(const char *s) FL_NOEXCEPT

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

+ Here is the call graph for this function: