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

◆ has()

template<typename Key, typename Value, fl::size N>
bool fl::unsorted_map_fixed< Key, Value, N >::has ( const Key & it) const
inline

Definition at line 255 of file map.h.

255{ return find(it) != end(); }
iterator end()
Definition map.h:36
iterator find(const Key &key)
Definition map.h:40

References end(), and find().

Referenced by contains(), and get().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: