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

◆ contains() [3/3]

bool fl::basic_string::contains ( const char * substr) const

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

714{ return find(substr) != npos; }
static constexpr fl::size npos
fl::size find(const char &value) const FL_NOEXCEPT

References find(), and npos.

+ Here is the call graph for this function: