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

◆ compare() [4/6]

int fl::string_view::compare ( fl::size pos1,
fl::size count1,
string_view other ) const
inline

Definition at line 165 of file string_view.h.

165 {
166 return substr(pos1, count1).compare(other);
167 }
int compare(string_view other) const FL_NOEXCEPT
string_view substr(fl::size pos=0, fl::size count=npos) const FL_NOEXCEPT

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

+ Here is the call graph for this function: