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

◆ cend()

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

Definition at line 320 of file map.h.

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