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

◆ compare() [3/6]

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

Definition at line 182 of file string_view.h.

182 {
183 return substr(pos1, count1).compare(string_view(s, count2));
184 }
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: