FastLED 3.9.15
Loading...
Searching...
No Matches
fl::unordered_set< Key, Hash, KeyEqual >::iterator Class Reference

Detailed Description

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
class fl::unordered_set< Key, Hash, KeyEqual >::iterator

Definition at line 20 of file unordered_set.h.

#include <unordered_set.h>

+ Collaboration diagram for fl::unordered_set< Key, Hash, KeyEqual >::iterator:

Public Types

using iterator_category = fl::forward_iterator_tag
 
using pointer = const Key*
 
using reference = const Key&
 
using value_type = Key
 

Public Member Functions

 iterator () FL_NOEXCEPT=default
 
 iterator (map_iterator it)
 
bool operator!= (const iterator &other) const
 
reference operator* () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
pointer operator-> () const
 
bool operator== (const iterator &other) const
 

Private Types

using map_iterator = typename fl::unordered_map<Key, bool, Hash, KeyEqual>::iterator
 

Private Attributes

map_iterator mIt
 

Friends

class unordered_set
 

The documentation for this class was generated from the following file: