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

◆ empty()

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

Definition at line 786 of file rbtree.h.

786{ return mTree.empty(); }