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

◆ starts_with() [2/3]

bool fl::string_view::starts_with ( const char * s) const
inline

Definition at line 399 of file string_view.h.

399 {
400 return starts_with(string_view(s));
401 }
bool starts_with(string_view sv) const FL_NOEXCEPT
constexpr string_view() FL_NOEXCEPT
Definition string_view.h:39

References string_view(), FL_NOEXCEPT, and starts_with().

+ Here is the call graph for this function: