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

◆ empty()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
bool fl::MultiMapTree< Key, Value, Compare, Allocator >::empty ( ) const
inline

Definition at line 308 of file multi_map.h.

308{ return mTree.empty(); }
TreeType mTree
Definition multi_map.h:75