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

◆ begin() [1/2]

template<typename Key, typename Value, typename Less = fl::DefaultLess<Key>>
iterator fl::SortedHeapMap< Key, Value, Less >::begin ( )
inline

Definition at line 323 of file map.h.

323{ return data.begin(); }
SortedHeapVector< Pair, PairLess > data
Definition map.h:251

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

+ Here is the caller graph for this function: