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

◆ intern() [1/4]

fl::string fl::StringInterner::intern ( const char * str)

Definition at line 66 of file string_interner.cpp.hpp.

66 {
67 if (!str) return fl::string();
68 // Convert to string_view and delegate
69 return intern(string_view(str));
70}
fl::string intern(const string_view &sv)

References intern().

+ Here is the call graph for this function: