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 662 of file vector.h.

662 {
663 return !(*this == other);
664 }