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

◆ cbegin()

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

Definition at line 319 of file map.h.

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