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

◆ starts_with() [1/3]

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

Definition at line 395 of file string_view.h.

395 {
396 return !empty() && mData[0] == ch;
397 }
constexpr bool empty() const FL_NOEXCEPT
const char * mData

References empty(), FL_NOEXCEPT, and mData.

+ Here is the call graph for this function: