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

◆ contains()

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

Definition at line 310 of file multi_set.h.

310 {
311 return find(key) != end();
312 }
iterator end()
Definition multi_set.h:192
iterator find(const Key &key)
Definition multi_set.h:292