FastLED 3.9.15
Loading...
Searching...
No Matches
fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::iterator Struct Reference

Detailed Description

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
struct fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::iterator

Definition at line 65 of file hash_map.h.

#include <hash_map.h>

+ Collaboration diagram for fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::iterator:

Public Types

using pointer = value_type *
 
using reference = value_type &
 
using value_type = pair<const Key, T>
 

Public Member Functions

 iterator ()
 
 iterator (HashMap *m, size_t idx)
 
void advance_to_occupied ()
 
bool operator!= (const iterator &o) const
 
value_type operator* () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
pointer operator-> ()
 
bool operator== (const iterator &o) const
 

Private Attributes

value_type _cached_value
 
size_t _idx
 
HashMap_map
 

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