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

◆ has()

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
bool fl::set< Key, Allocator >::has ( const Key & key) const
inline

Definition at line 471 of file set.h.

471 {
472 return contains(key);
473 }
bool contains(const Key &key) const
Definition set.h:467
Definition set.h:367