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

◆ operator!=()

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

Definition at line 729 of file rbtree.h.

729 {
730 return !(*this == other);
731 }