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

◆ starts_with() [3/3]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
template<fl::size M>
bool fl::StrN< SIZE >::starts_with ( const StrN< M > & prefix) const
inline

Definition at line 499 of file str.h.

499 {
500 return starts_with(prefix.c_str());
501 }
const char * c_str() const
Definition str.h:326
bool starts_with(const char *prefix) const
Definition str.h:483

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

+ Here is the call graph for this function: