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

◆ operator->()

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
pointer fl::unordered_map_small< Key, Value, Equal >::iterator::operator-> ( ) const
inline

Definition at line 54 of file unordered_map_small.h.

54{ return &mMap->mData[mIdx]; }

References FL_NOEXCEPT, mIdx, and mMap.