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

◆ operator!=()

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

Definition at line 741 of file vector.h.

741 {
742 return !(*this == other);
743 }