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

◆ has()

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
bool fl::unordered_map_small< Key, Value, Equal >::has ( const Key & key) const
inline

Definition at line 288 of file unordered_map_small.h.

288{ return contains(key); }
bool contains(const Key &key) const FL_NOEXCEPT

References contains(), and FL_NOEXCEPT.

+ Here is the call graph for this function: