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

◆ str()

fl::string_view fl::url::str ( ) const
inline

Definition at line 69 of file url.h.

69 {
70 return fl::string_view(mUrl.c_str(), mUrl.size());
71 }
fl::string mUrl
Definition url.h:233

References FL_NOEXCEPT, and mUrl.