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

◆ has()

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

Definition at line 244 of file map.h.

244 {
245 return find(it) != end();
246 }
iterator end()
Definition map.h:44
iterator find(const Key &key)
Definition map.h:54

Referenced by fl::FixedMap< int, FxPtr, FASTLED_FX_ENGINE_MAX_FX >::contains(), and fl::ScreenMap::ParseJson().

+ Here is the caller graph for this function: