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

◆ path()

fl::string_view fl::asset_ref::path ( ) const
inline

The relative asset path as a string view (e.g. "data/track.mp3").

Definition at line 106 of file asset.h.

106 {
107 return fl::string_view(mPath, mLength);
108 }
const char * mPath
Definition asset.h:115
fl::size mLength
Definition asset.h:116

References FL_NOEXCEPT, mLength, and mPath.

Referenced by asset_ref().

+ Here is the caller graph for this function: