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

◆ contains()

template<typename Key, typename Value, fl::size N>
bool fl::FixedMap< Key, Value, N >::contains ( const Key & key) const
inline

Definition at line 261 of file map.h.

261{ return has(key); }
bool has(const Key &it) const
Definition map.h:259