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

◆ key_comp()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
key_compare fl::MultiMapTree< Key, Value, Compare, Allocator >::key_comp ( ) const
inline

Definition at line 458 of file multi_map.h.

458{ return key_compare(); }
Compare key_compare
Definition multi_map.h:28