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

◆ capacity()

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

Definition at line 326 of file map.h.

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