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 520 of file rbtree.h.

520 {
521 clear();
522 }