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

◆ intern() [3/4]

fl::string fl::StringInterner::intern ( const fl::string & str)

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

61 {
62 // Convert to string_view and delegate
63 return intern(string_view(str.c_str(), str.size()));
64}
fl::string intern(const string_view &sv)
const char * c_str() const FL_NOEXCEPT
fl::size size() const FL_NOEXCEPT

References fl::basic_string::c_str(), intern(), and fl::basic_string::size().

+ Here is the call graph for this function: