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

◆ operator!=()

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

Definition at line 140 of file str.h.

140 {
141 return strcmp(c_str(), other.c_str()) != 0;
142 }
const char * c_str() const
Definition str.h:247
Definition str.h:79

References StrN(), and c_str().

+ Here is the call graph for this function: