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

◆ has()

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

Definition at line 264 of file set.h.

264{ return find(key) != end(); }
iterator end()
Definition set.h:182
iterator find(const Key &key)
Definition set.h:186

References end(), and find().

+ Here is the call graph for this function: