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

◆ has()

template<typename T>
bool fl::list< T >::has ( const T & value) const
inline

Definition at line 626 of file list.h.

626 {
627 return find(value) != end();
628 }
iterator end()
Definition list.h:281
iterator find(const T &value)
Definition list.h:608
A doubly-linked list container.
Definition list.h:21

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

+ Here is the call graph for this function: