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

◆ value_comp()

template<typename T, typename Compare = less<T>, typename Allocator = allocator_slab<char>>
compare_type fl::RedBlackTree< T, Compare, Allocator >::value_comp ( ) const
inline

Definition at line 706 of file rbtree.h.

706 {
707 return comp_;
708 }
Compare comp_
Definition rbtree.h:56