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

◆ full()

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

Definition at line 341 of file map.h.

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