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

◆ find_first_not_of() [4/4]

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

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

663 {
664 if (!s) return (pos < mLength) ? pos : npos;
665 return find_first_not_of(s, pos, fl::strlen(s));
666}
uint8_t pos
Definition Blur.ino:11
fl::size find_first_not_of(char c, fl::size pos=0) const FL_NOEXCEPT
static constexpr fl::size npos
size_t strlen(const char *s) FL_NOEXCEPT

References find_first_not_of(), mLength, npos, pos, and fl::strlen().

+ Here is the call graph for this function: