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

◆ contains()

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

Definition at line 284 of file unordered_map_small.h.

284 {
285 return find_index(key) != npos();
286 }
static size_type npos() FL_NOEXCEPT
size_type find_index(const Key &key) const FL_NOEXCEPT

References find_index(), FL_NOEXCEPT, and npos().

Referenced by has().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: