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

◆ has()

template<typename Key, size N>
bool fl::VectorSetFixed< Key, N >::has ( const Key & key) const
inline

Definition at line 160 of file set.h.

160{ return find(key) != end(); }
iterator end()
Definition set.h:40
iterator find(const Key &key)
Definition set.h:44

References end(), and find().

+ Here is the call graph for this function: