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

◆ contains()

template<typename Key, typename Value, typename Less = fl::less<Key>>
bool fl::flat_map< Key, Value, Less >::contains ( const Key & key) const
inline

Definition at line 156 of file flat_map.h.

156 {
157 return find(key) != end();
158 }
iterator end() FL_NOEXCEPT
Definition flat_map.h:84
iterator find(const Key &key) FL_NOEXCEPT
Definition flat_map.h:136

Referenced by fl::flat_map< int, FxPtr >::has(), and fl::ScreenMap::ParseJson().

+ Here is the caller graph for this function: