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

◆ capacity()

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

Definition at line 342 of file map.h.

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