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

◆ authority()

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

Definition at line 51 of file url.h.

51{ return view(mAuthority); }
Span mAuthority
Definition url.h:243
fl::string_view view(const Span &s) const FL_NOEXCEPT
Definition url.h:86

References FL_NOEXCEPT, mAuthority, and view().

+ Here is the call graph for this function: