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 346 of file map.h.

346{ return data.begin(); }
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: