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

◆ size()

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

Definition at line 323 of file map.h.

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

Referenced by fl::SortedHeapMap< fl::u32, FramePtr, Less >::operator==().

+ Here is the caller graph for this function: