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

◆ operator<() [2/2]

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

Definition at line 304 of file str.h.

304 {
305 return strcmp(c_str(), other.c_str()) < 0;
306 }
const char * c_str() const
Definition str.h:272

References StrN(), and c_str().

+ Here is the call graph for this function: