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

◆ empty()

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

Definition at line 340 of file map.h.

340{ return data.empty(); }
SortedHeapVector< Pair, PairLess > data
Definition map.h:274