FastLED
3.9.15
Loading...
Searching...
No Matches
◆
get()
[2/2]
template<typename
Key
, typename Value, fl::size N>
bool
fl::FixedMap
<
Key
, Value, N >::get
(
const
Key
&
key
,
Value *
value
) const
inline
Definition at line
102
of file
map.h
.
102
{
103
const_iterator
it
=
find
(
key
);
104
if
(
it
!=
end
()) {
105
*
value
=
it
->second;
106
return
true
;
107
}
108
return
false
;
109
}
fl::FixedMap::end
iterator end()
Definition
map.h:36
fl::FixedMap::find
iterator find(const Key &key)
Definition
map.h:40
fl::FixedMap::const_iterator
VectorType::const_iterator const_iterator
Definition
map.h:30
fl::FixedMap
Definition
map.h:24
fl
FixedMap
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2