FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ operator!=()

template<typename T>
bool fl::HeapVector< T >::operator!= ( const HeapVector< T > & other) const
inline

Definition at line 502 of file vector.h.

502 {
503 return !(*this == other);
504 }