FastLED 3.9.15
|
Definition at line 18 of file unordered_set.h.
#include <unordered_set.h>
Public Types | |
using | pointer = const Key* |
using | reference = const Key& |
using | value_type = Key |
Public Member Functions | |
iterator ()=default | |
iterator (map_iterator it) | |
bool | operator!= (const iterator &other) const |
reference | operator* () const |
iterator & | operator++ () |
iterator | operator++ (int) |
pointer | operator-> () const |
bool | operator== (const iterator &other) const |
Private Types | |
using | map_iterator = typename fl::unordered_map<Key, bool>::iterator |
Private Attributes | |
map_iterator | it_ |
Friends | |
class | unordered_set |