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

◆ operator()()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
bool fl::MultiMapTree< Key, Value, Compare, Allocator >::value_compare::operator() ( const value_type & x,
const value_type & y ) const
inline

Definition at line 266 of file multi_map.h.

266 {
267 return mComp(x.first, y.first);
268 }

References mComp, fl::x, and fl::y.