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

◆ operator!=() [2/2]

template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
bool fl::RedBlackTree< T, Compare, Allocator >::const_iterator::operator!= ( const iterator & other) const
inline

Definition at line 511 of file rbtree.h.

511 {
512 return mNode != other.mNode;
513 }

References iterator, mNode, and fl::RedBlackTree< T, Compare, Allocator >::iterator::mNode.

+ Here is the call graph for this function: