FastLED 3.9.15
Loading...
Searching...
No Matches
fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::const_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 >::const_iterator

Definition at line 119 of file hash_map.h.

#include <hash_map.h>

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

Public Types

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

Public Member Functions

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

Private Attributes

value_type _cached_value
 
size_t _idx
 
const HashMap_map
 

Friends

class HashMap
 

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