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

◆ const_iterator() [3/3]

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
fl::unordered_set< Key, Hash, KeyEqual >::const_iterator::const_iterator ( const iterator & other)
inline

Definition at line 59 of file unordered_set.h.

59: mIt(static_cast<map_const_iterator>(other.mIt)) {}
typename fl::unordered_map< Key, bool, Hash, KeyEqual >::const_iterator map_const_iterator

References mIt.