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

◆ empty()

template<typename Key, typename Value, typename Less = fl::less<Key>>
bool fl::SortedHeapMap< Key, Value, Less >::empty ( ) const
inline

Definition at line 324 of file map.h.

324{ return data.empty(); }
SortedHeapVector< value_type, PairLess > data
Definition map.h:292