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

◆ empty()

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

Definition at line 944 of file rbtree.h.

944{ return mTree.empty(); }