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

◆ begin() [2/2]

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

Definition at line 348 of file map.h.

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