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

◆ operator++() [2/2]

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
iterator fl::unordered_set< Key, Hash, KeyEqual >::iterator::operator++ ( int )
inline

Definition at line 38 of file unordered_set.h.

38{ iterator tmp = *this; ++mIt; return tmp; }
iterator() FL_NOEXCEPT=default

References iterator(), and mIt.

+ Here is the call graph for this function: