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

◆ operator!=()

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

Definition at line 616 of file vector.h.

616 {
617 return !(*this == other);
618 }