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

◆ back() [2/2]

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

Definition at line 392 of file map.h.

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