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

◆ erase() [2/3]

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
iterator fl::unordered_map_small< Key, Value, Equal >::erase ( const_iterator pos)
inline

Definition at line 350 of file unordered_map_small.h.

350 {
351 iterator it(this, pos.mIdx);
352 return erase(it);
353 }
iterator erase(iterator pos) FL_NOEXCEPT

References erase(), FL_NOEXCEPT, and pos.

+ Here is the call graph for this function: