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

◆ const_iterator() [3/3]

template<typename Key>
fl::unordered_set< Key >::const_iterator::const_iterator ( const iterator & other)
inline

Definition at line 55 of file unordered_set.h.

55: it_(static_cast<map_const_iterator>(other.it_)) {}
typename fl::unordered_map< Key, bool >::const_iterator map_const_iterator

References it_.