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

1078{ return find(value) != end(); }
iterator find(const T &value) FL_NOEXCEPT
Definition vector.h:1064
iterator end() FL_NOEXCEPT
Definition vector.h:1112

References end(), find(), FL_NOEXCEPT, and fl::type_rank< T >::value.

+ Here is the call graph for this function: