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

◆ begin() [2/2]

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

Definition at line 317 of file map.h.

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