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

◆ operator!=()

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

Definition at line 106 of file deque.h.

106 {
107 return !(*this == other);
108 }

References iterator().

+ Here is the call graph for this function: