FastLED
3.9.15
Loading...
Searching...
No Matches
◆
operator*()
template<typename
Key
, typename T, typename
Hash
= Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
value_type
fl::HashMap
<
Key
, T,
Hash
, KeyEqual, INLINED_COUNT >::iterator::operator*
(
)
const
inline
Definition at line
91
of file
hash_map.h
.
91
{
92
auto
&
e
=
_map
->_buckets[
_idx
];
93
return
{
e
.key,
e
.value};
94
}
fl::HashMap
Definition
hash_map.h:60
fl::HashMap::iterator::_map
HashMap * _map
Definition
hash_map.h:142
fl::HashMap::iterator::_idx
fl::size _idx
Definition
hash_map.h:143
References
_idx
, and
_map
.
fl
HashMap
iterator
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2