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

◆ contains() [2/3]

bool fl::string_view::contains ( const char * s) const
inline

Definition at line 427 of file string_view.h.

427 {
428 return find(s) != npos;
429 }
static constexpr fl::size npos
Definition string_view.h:35
fl::size find(char ch, fl::size pos=0) const FL_NOEXCEPT

References find(), FL_NOEXCEPT, and npos.

+ Here is the call graph for this function: