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

◆ compare() [2/6]

int fl::string_view::compare ( fl::size pos1,
fl::size count1,
const char * s ) const
inline

Definition at line 178 of file string_view.h.

178 {
179 return substr(pos1, count1).compare(string_view(s));
180 }
int compare(string_view other) const FL_NOEXCEPT
string_view substr(fl::size pos=0, fl::size count=npos) const FL_NOEXCEPT
constexpr string_view() FL_NOEXCEPT
Definition string_view.h:39

References string_view(), compare(), FL_NOEXCEPT, and substr().

+ Here is the call graph for this function: