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

◆ compare() [5/6]

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

Definition at line 169 of file string_view.h.

170 {
171 return substr(pos1, count1).compare(other.substr(pos2, count2));
172 }
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: