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

◆ find() [1/2]

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

Definition at line 275 of file unordered_map_small.h.

275 {
277 return idx != npos() ? const_iterator(this, idx) : end();
278 }
static size_type npos() FL_NOEXCEPT
iterator end() FL_NOEXCEPT
size_type find_index(const Key &key) const FL_NOEXCEPT

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

+ Here is the call graph for this function: