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

◆ contains() [3/3]

bool fl::string_view::contains ( string_view sv) const
inline

Definition at line 419 of file string_view.h.

419 {
420 return find(sv) != npos;
421 }
static constexpr fl::size npos
Definition string_view.h:35
fl::size find(char ch, fl::size pos=0) const FL_NOEXCEPT

References string_view(), find(), FL_NOEXCEPT, and npos.

+ Here is the call graph for this function: