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

◆ empty()

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

Definition at line 552 of file rbtree.h.

552{ return size_ == 0; }
fl::size size_
Definition rbtree.h:55