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

◆ contains() [1/3]

bool fl::string_view::contains ( char ch) const
inline

Definition at line 423 of file string_view.h.

423 {
424 return find(ch) != npos;
425 }
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: