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

◆ contains()

template<typename Key, typename Less = fl::less<Key>>
bool fl::flat_set< Key, Less >::contains ( const Key & key) const
inline

Definition at line 114 of file flat_set.h.

114 {
115 return find(key) != end();
116 }
iterator end()
Definition flat_set.h:76
iterator find(const Key &key)
Definition flat_set.h:94

References end(), and find().

+ Here is the call graph for this function: