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

◆ has()

template<typename T, typename Allocator = fl::allocator<T>>
bool fl::HeapVector< T, Allocator >::has ( const T & value) const
inline

Definition at line 562 of file vector.h.

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