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

◆ ~RedBlackTree()

template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
fl::RedBlackTree< T, Compare, Allocator >::~RedBlackTree ( )
inline

Definition at line 750 of file rbtree.h.

750 {
751 clear();
752 }