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

◆ back()

const char & fl::string_view::back ( ) const
inlineconstexpr

Definition at line 90 of file string_view.h.

90 {
91 return mData[mSize - 1];
92 }
const char * mData

References FL_NOEXCEPT, mData, and mSize.

Referenced by fl::createSerialRequestSource().

+ Here is the caller graph for this function: