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

◆ has()

template<typename T, typename LessThan = fl::less<T>>
bool fl::SortedHeapVector< T, LessThan >::has ( const T & value) const
inline

Definition at line 761 of file vector.h.

761{ return find(value) != end(); }
iterator end()
Definition vector.h:799
iterator find(const T &value)
Definition vector.h:747