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

◆ operator<() [2/2]

template<fl::size SIZE = FASTLED_STR_INLINED_SIZE>
template<fl::size M>
bool fl::StrN< SIZE >::operator< ( const StrN< M > & other) const
inline

Definition at line 366 of file str.h.

366 {
367 return strcmp(c_str(), other.c_str()) < 0;
368 }
const char * c_str() const
Definition str.h:326

References StrN(), and c_str().

+ Here is the call graph for this function: