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

◆ contains()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
bool fl::MultiMapTree< Key, Value, Compare, Allocator >::contains ( const Key & key) const
inline

Definition at line 420 of file multi_map.h.

420 {
421 return find(key) != end();
422 }
iterator end()
Definition multi_map.h:297
iterator find(const Key &key)
Definition multi_map.h:402