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 715 of file vector.h.

715{ return find(value) != end(); }
iterator end()
Definition vector.h:753
iterator find(const T &value)
Definition vector.h:701