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

◆ value_comp()

template<typename Key, typename Compare = less<Key>, typename Allocator = allocator<Key>>
value_compare fl::MultiSetTree< Key, Compare, Allocator >::value_comp ( ) const
inline

Definition at line 350 of file multi_set.h.

350 {
351 return value_compare();
352 }
Compare value_compare
Definition multi_set.h:27