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

◆ operator!=()

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

Definition at line 153 of file deque.h.

153 {
154 return !(*this == other);
155 }

References const_iterator().

+ Here is the call graph for this function: