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

◆ operator++() [2/2]

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
iterator fl::unordered_map_small< Key, Value, Equal >::iterator::operator++ ( int )
inline

Definition at line 57 of file unordered_map_small.h.

57{ iterator t = *this; ++(*this); return t; }

References iterator(), FL_NOEXCEPT, and fl::t.

+ Here is the call graph for this function: