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

◆ view()

fl::string_view fl::url::view ( const Span & s) const
inlineprivate

Definition at line 86 of file url.h.

86 {
87 if (s.len == 0)
88 return fl::string_view();
89 return fl::string_view(mUrl.c_str() + s.off, s.len);
90 }
fl::string mUrl
Definition url.h:233

References FL_NOEXCEPT, and mUrl.

Referenced by authority(), fragment(), host(), path(), port_str(), query(), scheme(), and userinfo().

+ Here is the caller graph for this function: