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

◆ rfind() [3/4]

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

Definition at line 265 of file string_view.h.

265 {
266 return rfind(string_view(s), pos);
267 }
uint8_t pos
Definition Blur.ino:11
fl::size rfind(char ch, fl::size pos=npos) const FL_NOEXCEPT
constexpr string_view() FL_NOEXCEPT
Definition string_view.h:39

References string_view(), FL_NOEXCEPT, npos, pos, and rfind().

+ Here is the call graph for this function: