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

◆ contains() [1/3]

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

Definition at line 473 of file str.h.

473 {
474 return find(c) != npos;
475 }
static constexpr fl::size npos
Definition str.h:146
fl::size find(const char &value) const
Definition str.h:408

References find(), and npos.

+ Here is the call graph for this function: