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

◆ find_last_of() [3/4]

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

Definition at line 316 of file string_view.h.

316 {
317 return find_last_of(string_view(s), pos);
318 }
uint8_t pos
Definition Blur.ino:11
fl::size find_last_of(string_view sv, fl::size pos=npos) const FL_NOEXCEPT
constexpr string_view() FL_NOEXCEPT
Definition string_view.h:39

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

+ Here is the call graph for this function: