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

◆ back() [1/2]

template<typename Key, typename Value, typename Less = fl::DefaultLess<Key>>
Pair & fl::SortedHeapMap< Key, Value, Less >::back ( )
inline

Definition at line 391 of file map.h.

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