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

◆ back() [2/2]

template<typename Key, typename Value, typename Less = fl::less<Key>>
const value_type & fl::SortedHeapMap< Key, Value, Less >::back ( ) const
inline

Definition at line 481 of file map.h.

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