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

◆ contains() [2/3]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
bool fl::StrN< SIZE >::contains ( const char * substr) const
inline

Definition at line 469 of file str.h.

469 {
470 return find(substr) != npos;
471 }
static constexpr fl::size npos
Definition str.h:146
StrN substr(fl::size start, fl::size length) const
Definition str.h:543
fl::size find(const char &value) const
Definition str.h:408

References find(), npos, and substr().

+ Here is the call graph for this function: