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

◆ front() [1/2]

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

Definition at line 389 of file map.h.

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