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

◆ has()

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

Definition at line 161 of file flat_map.h.

161 {
162 return contains(key);
163 }
bool contains(const Key &key) const FL_NOEXCEPT
Definition flat_map.h:156