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

◆ operator<=()

bool fl::Str::operator<= ( const Str & other) const
inline

Definition at line 392 of file str.h.

392 {
393 return strcmp(c_str(), other.c_str()) <= 0;
394 }
const char * c_str() const
Definition str.h:247

References Str(), fl::StrN< SIZE >::c_str(), and fl::StrN< FASTLED_STR_INLINED_SIZE >::c_str().

+ Here is the call graph for this function: