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

◆ at() [2/2]

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

Definition at line 257 of file unordered_map_small.h.

257 {
259 FASTLED_ASSERT(idx != npos(), "Key not found in unordered_map_small");
260 return mData[idx].second;
261 }
static size_type npos() FL_NOEXCEPT
size_type find_index(const Key &key) const FL_NOEXCEPT

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

+ Here is the call graph for this function: