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

◆ operator!=()

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

Definition at line 214 of file str.h.

214 {
215 return strcmp(c_str(), other.c_str()) != 0;
216 }
const char * c_str() const
Definition str.h:326

References StrN(), and c_str().

+ Here is the call graph for this function: