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

◆ remove_prefix()

void fl::string_view::remove_prefix ( fl::size n)
inline

Definition at line 105 of file string_view.h.

105 {
106 if (n > mSize) n = mSize;
107 mData += n;
108 mSize -= n;
109 }
const char * mData

References FL_NOEXCEPT, mData, and mSize.

Referenced by fl::createSerialRequestSource().

+ Here is the caller graph for this function: