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

◆ key_comp()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator_slab<char>>
key_compare fl::MapRedBlackTree< Key, Value, Compare, Allocator >::key_comp ( ) const
inline

Definition at line 1378 of file rbtree.h.

1378 {
1379 return mTree.value_comp().mComp;
1380 }

Referenced by fl::MapRedBlackTree< Key, T, Compare, fl::allocator_slab< char > >< Key, T, Compare >::value_comp().

+ Here is the caller graph for this function: