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

◆ has()

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

Definition at line 608 of file vector.h.

608 {
609 return find(value) != end();
610 }
iterator end()
Definition vector.h:650
iterator find(const T &value)
Definition vector.h:592