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

◆ has()

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

Definition at line 134 of file set.h.

134 {
135 return find(key) != end();
136 }
iterator find(const Key &key)
Definition set.h:39
iterator end()
Definition set.h:29

References end(), and find().

+ Here is the call graph for this function: