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

◆ rfind() [4/4]

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

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

586 {
587 if (!s) return npos;
588 return rfind(s, pos, fl::strlen(s));
589}
uint8_t pos
Definition Blur.ino:11
static constexpr fl::size npos
fl::size rfind(char c, fl::size pos=npos) const FL_NOEXCEPT
size_t strlen(const char *s) FL_NOEXCEPT

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

+ Here is the call graph for this function: