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

◆ starts_with() [2/3]

bool fl::basic_string::starts_with ( const basic_string & prefix) const

Definition at line 735 of file basic_string.cpp.hpp.

735{ return starts_with(prefix.c_str()); }
bool starts_with(const char *prefix) const FL_NOEXCEPT

References basic_string(), c_str(), and starts_with().

+ Here is the call graph for this function: