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

◆ value_comp()

template<typename Key, typename Value, typename Less = fl::less<Key>>
value_compare fl::SortedHeapMap< Key, Value, Less >::value_comp ( ) const
inline

Definition at line 473 of file map.h.

473 {
474 return value_compare(key_comp());
475 }
key_compare key_comp() const
Definition map.h:469