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

◆ ends_with() [1/3]

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

Definition at line 411 of file string_view.h.

411 {
412 return !empty() && mData[mSize - 1] == ch;
413 }
constexpr bool empty() const FL_NOEXCEPT
const char * mData

References empty(), FL_NOEXCEPT, mData, and mSize.

+ Here is the call graph for this function: