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

◆ size()

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

Definition at line 339 of file map.h.

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

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

+ Here is the caller graph for this function: