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

◆ operator!=()

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

Definition at line 324 of file vector.h.

324 {
325 return it != other.it;
326 }

References reverse_iterator(), and it.

+ Here is the call graph for this function: