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

◆ end() [2/2]

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

Definition at line 318 of file map.h.

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