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

◆ contains() [1/2]

bool fl::StringInterner::contains ( const char * str) const

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

82 {
83 if (!str) return false;
84 return contains(string_view(str));
85}
bool contains(const string_view &sv) const

References contains().

+ Here is the call graph for this function: