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

◆ back() [1/2]

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

Definition at line 480 of file map.h.

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